Create in Designer page to place table of strings with translation to different languages.
key | xx | translation | enabled/disabled.
where xx code of language.
Save translation table to resource file *.btl which can be used in all B4X IDE with B4A, B4i, B4j apps. (One *.btl file for B4A, B4i, B4j app.)
Provide automatical translation of string vlaues in Designer view properties like (text, hinttext, ...) if a key from *.btl is found.
Add function GetTranslation(key As String, default as String)
to get translation in code.
key | xx | translation | enabled/disabled.
where xx code of language.
Save translation table to resource file *.btl which can be used in all B4X IDE with B4A, B4i, B4j apps. (One *.btl file for B4A, B4i, B4j app.)
Provide automatical translation of string vlaues in Designer view properties like (text, hinttext, ...) if a key from *.btl is found.
Add function GetTranslation(key As String, default as String)
to get translation in code.