用react-intl做国际化的时候,All的时候可以用<FormattedMessage id="helloSomeone" tagName="div"
}} /> 这么弄,这种lable=“指标”这种的时候怎么做国际化呢?
<FormGroup label="指标" labelFor="text-input" className="bp3-form-group-30P">
<div className="bp3-input-group bp3-select bp3-fill" fill="true"> <select name="status" defaultValue={-1} fill="true" onChange={event => this.onChangeValue(event)} > <option value="-1">All</option> </select></div>
</FormGroup>
杨魅力
呼唤远方
森栏