Hey folks,
I want to show different names (translations) of my app on home screen. So I added the the following attribut for English and German in my widget (config.xml):
<name xml:lang="en">English Name</name>
<name xml:lang="de">German Name</name>
It works well for the both languages but if change the language in settings to French, "(NULL)" is being shown as app name. It seems to support only English and German now.
How can I set a default language that should be shown if the specified attributes don't fit the set system language?