Cordova i18n app name

I am currently working on a multilingual cord app for iOS and Android. I manage all i18n stuff with javascript, which works well. All that's left is the application name (which is displayed on the home screen) in the file config.xml

. I try to keep my code as clean as possible. Currently my platform-folder is in .gitignore

, so I would really like to be sure I don't change things in the platforms folder directly. Is there a solution available? Or do I really need to write a cordova plugin to do this?

Thanks in advance for your answers. Hooray!

+3


source to share





All Articles