Converting Portuguese (pt) Localization Asset to Portuguese (pt-BR)

Hello there,
Currently I am using Portuguese (pt) localization asset in my game. I recently realized that I am targeting pt-BR users here mainly. So I am curious if pt-BR user’s default language will be pt or English? If it’s English for them then I would like to know how I can convert pt localization asset to pt-BR.
Thank you so much for this useful plugin

If you are using the System Locale Selector then pt-BR should automatically fall back to pt.

https://docs.unity3d.com/Packages/com.unity.localization@1.3/api/UnityEngine.Localization.Settings.SystemLocaleSelector.html

https://docs.unity3d.com/Packages/com.unity.localization@1.3/manual/LocalizationSettings.html#locale-selector

1 Like