react-native-localization-settings icon indicating copy to clipboard operation
react-native-localization-settings copied to clipboard

React Native module to expose per-app language preferences API on iOS and Android.

Results 11 react-native-localization-settings issues
Sort by recently updated
recently updated
newest added

fixes https://github.com/jakex7/react-native-localization-settings/issues/5 need pr and test.

Unless explicitly specified, do not set the app language to the value of the system default, just leave it as "System default". It wastes time debugging why the app isn't...

Pod install with `RCT_NEW_ARCH_ENABLED=1 npx pod-install ios` ``` "react-native-localization-settings": "^1.0.2", "react-native": "0.72.7", ``` _Without new arch enabled its working._ error logs. ``` [Codegen] >>>>> Processing RNLocalizationSettingsSpec [Codegen] Done. /Users/usermac/projects/AwesomeProject/node_modules/flow-parser/flow_parser.js:818 throw...

Instead of selecting the first language in the list of preferred languages, select the first language which is also supported by the app. Addresses the issue described in issue #8...

It would be great if there was a way to be able to set the language to the system default. Thanks

Hi, I encounter a bug when trying to change the language from the **iOS** system settings for the app. `Scenario 1` is where the bug reproducible steps. `Scenario 2` is...

- Fixed an issue causing language script and variant is ignored if not using `regionCode` (`countryCode`) when setting language. For example: `zh-Hans` became `zh-US` instead of `zh-Hans-US`. - NSLocale `countryCode`...

Updated "Installation", add "yarn" as an option for installing the package Updated the XCode Localisations settings page, provide a greater screen cap for better instruction as developer is easier to...

我使用setlanguage()语言切换后,页面语言一直变不了,怎么才能切换成功?

此处codegen是错的 ![localization](https://github.com/jakex7/react-native-localization-settings/assets/111186811/3f933e4a-fefb-4661-8fe7-dfcae7615e79)