I have coded a fairly complex B4A application using explicit strings in the dialogs and titles. This works OK, but I have a need to substitute these for different languages, French first, but later many others.
In native Android it seems they use resource files for this, almost exactly as I am used to in Windows Visual Studio.
I thought of using MAP files, which would certainly work but how would I create them outside of the B4K environment? Are they XML? What is the format?
Is there another way? Any suggestions are welcome.