I wanna to show English and local language support on my React-native-maps like this image,但默认情况下仅显示英文,如何使用react-native-maps支持双语地图
<MapView ref={map => {this.map = map}}
provider={this.props.provider}
style={styles.map}
showsUserLocation={true}
maxZoomLevel={50}
initialRegion={this.state.region}
showsBuildings={true}
onRegionChangeComplete={region => this.onRegion(region)}
/>