Software Archive
Read-only legacy content
17061 Discussions

How to provide application name with different language

Arthur_T_
New Contributor I
269 Views

I would like the specify different language on the application name so that when the device changed language. Our app name will show in proper language. Is it possible on XDK project?

e.g. we have Chinese / English app name, then when device in Chinese, it will use our Chinese app name to show under our App icon. Similar for the case of English.

0 Kudos
1 Solution
Arthur_T_
New Contributor I
269 Views

Finally I base on a cordova plugin: https://github.com/speige/cordova-plugin-pgb-ios-localize-app-name

(iOS only and stated not work) to implement it. Now it supports iOS/Android and tested ok. Anyone can make use of the plug-in and change as needed.
 

View solution in original post

0 Kudos
2 Replies
Shahab_L_Intel
Employee
269 Views

Please see if using a plugin as indicated in the following thread will help you do that:

https://software.intel.com/en-us/forums/intel-xdk/topic/599146

 

0 Kudos
Arthur_T_
New Contributor I
270 Views

Finally I base on a cordova plugin: https://github.com/speige/cordova-plugin-pgb-ios-localize-app-name

(iOS only and stated not work) to implement it. Now it supports iOS/Android and tested ok. Anyone can make use of the plug-in and change as needed.
 

0 Kudos
Reply