What's the best way to get device locale in react native (iOS)?

后端 未结 14 1604
清歌不尽
清歌不尽 2020-12-13 03:35

Something similar to [NSLocale currentLocale] in Objective-C.

14条回答
  •  有刺的猬
    2020-12-13 04:20

    You may need to extend react native yourself to get this info. But, depending on your use case, this localization component (stefalda/ReactNativeLocalization) may work for you.

提交回复
热议问题