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

[iOS] Fix cannot detect language script and variant + use regionCode

Open quocluongha opened this issue 1 year ago • 0 comments

  • 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 is deprecated so I migrate using NSLocale regionCode instead

quocluongha avatar Jan 02 '24 15:01 quocluongha