How to set Xcode Localizations in C#


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!

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:
8499608--1131620--upload_2022-10-9_10-40-30.jpg

The code is all Inside of the localization package.

1 Like