How to Localize Application Names

Asked 2 years ago, Updated 2 years ago, 130 views

I am developing iOS and Android apps using Monaca.
Because it is a multi-language application, I would like to separate the name of the application displayed on the device according to the language setting of the device, but I don't know how to do it.
If you know how to localize the app name, please let me know.

Example)
Displaying the name of the application on the device with Japanese settings: Balloon game
Displaying the Application Name on a Terminal with English Language Settings: Balloon Game

ios android monaca

2022-09-30 21:18

1 Answers

For Android, see

How to localize Android apps

For iOS, see
How to localize iOS (iPhone) apps

It is explained in , so why not use it as a reference?


2022-09-30 21:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.