How to Add Loaclizations in C# code?
I am using Unity, However, I found no interface was given for this: Unity - Scripting API: PBXProject
Help needed!
Thanks in advance!
Help needed!
Thanks in advance!
The Localization package can configure those values for you iOS App Localization | Localization | 1.3.2
Thanks, but it seems too heavy to import localization package and only use it to change app displayName.
Yes, the original goal is to just change the app displayName accroding to iphone’s systemLanguage.
is it possible to show me the code of how you change xcode’s localization.
the only way I find is to change the KnownRegions in project.pbxproj as follows:
The code is all Inside of the localization package.