Answer the question
In order to leave comments, you need to log in
How to change the Application Name depending on the system language?
Good day. I'm making a multilingual game. I want the name of the game to change depending on the language of the system on which the game is installed.
Found something similar in Application.productName - but it's read-only.
Please help me solve this problem. Thank you very much in advance.
Answer the question
In order to leave comments, you need to log in
Edit the file with a text editor\Assets\Plugins\Android\res\values-xx
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Название апликухи</string>
</resources>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question