Hello,
im using the AHlocale Lib to make the translation of an App, i have EN and DE (and its working, confirmed on devices)
like so:
This is the App: https://play.google.com/store/apps/details?id=cw.notification.bar
but the Google Play market is giving me the optimizing tip that i should add EN translations?
How can i convince Google Play that my App is fine with DE and EN?
And how can i tell it then when i update the App that i maybe add IT or HU or other languages?
thanks!
im using the AHlocale Lib to make the translation of an App, i have EN and DE (and its working, confirmed on devices)
like so:
B4X:
locale.Initialize
trans.Initialize2(File.DirAssets, "LocaleExample", locale.Language)
Label1.Text = trans.GetText("Calender Week in Notification Bar")
This is the App: https://play.google.com/store/apps/details?id=cw.notification.bar
but the Google Play market is giving me the optimizing tip that i should add EN translations?
How can i convince Google Play that my App is fine with DE and EN?
And how can i tell it then when i update the App that i maybe add IT or HU or other languages?
thanks!