如何在React Native中翻译WebView的内容?

时间:2018-06-20 10:07:35

标签: react-native webview translate

  

如何在REACT中将网页视图相应地翻译成语言   原生吗?

<WebView source={{uri: this.state.site}}
renderLoading={this.ActivityIndicatorLoadingView}
startInLoadingState={true}/>

我有一个语言状态,如果false应该将所有内容显示为英语,如果true应该将所有内容显示为中文

0 个答案:

没有答案