A
A
Anton Vertov2017-07-27 12:22:30
Unity
Anton Vertov, 2017-07-27 12:22:30

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

2 answer(s)
C
Chvalov, 2018-02-01
@1Frosty

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>

Source: www.bitsofbas.com/blog/post/32/localizing-app-name...

P
Pparma, 2017-08-02
@Pparma

It seems to me that such a task is solved at the level of the store in which you publish the application.
At runtime, you can change internal screensavers, logos, etc.
But the application itself cannot change the name of the application in the system.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question