Hi,
I'm trying to use the localization tool and get stuck with iOS deployment.
Let's say I'm working on a german machine and want to create an app with other languages...no german, no english.
For example I configure Arabic, Bulgarian and Catalan.
And I configure text for a "play" button with:
Arabic = "Aaa"
Bulgarian = "Bbb"
Catalan = "Ccc"
And - last but not least - I set Bulgarian as Default.
When I start the Play-Preview mode on my machine which is german I would expect that the button would show the Bulgarian Specific Locale Selector, because DE and EN were not configured in the app.
And the result is:
![alt text][1]
OK...But now the problem: If I deploy on iOS it seems that the complete localization does not work because the button shows the dummy text I inserted in the inspector:
![alt text][2]
and an error message:
> ArgumentNullException: Value cannot be> null. Parameter name: _unity_self
What did I wrong?
What is missing?
[1]: /storage/temp/175926-bildschirmfoto-2021-02-13-um-171142.png
[2]: /storage/temp/175927-bildschirmfoto-2021-02-13-um-171846.png
↧