Multi-Language Support

BlitzMax Forums/BlitzMax Programming/Multi-Language Support

Blitzogger(Posted 2012) [#1]
How do i program my game so users can provide language files which allow the game to support multiple languages. Any assistance in this matter would be greatly appreciated.

Sincerely,

Blitzogger


xlsior(Posted 2012) [#2]
Brucey has a module that adds multi-language support, bah.mod/locale.mod

Easy to use, with an XML file containing the different translations.


Grisu(Posted 2012) [#3]
Also MaxGUI comes with a built-in localisation mod you could use.
Example code: http://www.blitzbasic.com/Community/posts.php?topic=86821#984550


Htbaa(Posted 2012) [#4]
As an alternative you can also try duct.locale