Is there a specific and/or standard way for localizing/translating an application in Android?
I would like to add the possibility, based upon language, have label.text and other controls with text translated into the language in use on the device (if not available, then default English). I guess, I would need to create a file somewhere where the translations are being looked up.
I am just wondering if this article about localization is applicable to B4A and if it's already possible to apply in B4A what suggested in said article?