Multi-Language Support
BlitzMax Forums/BlitzMax Programming/Multi-Language Support| 
 | ||
| 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 | 
| 
 | ||
| Brucey has a module that adds multi-language support, bah.mod/locale.mod Easy to use, with an XML file containing the different translations. | 
| 
 | ||
| Also MaxGUI comes with a built-in localisation mod you could use. Example code: http://www.blitzbasic.com/Community/posts.php?topic=86821#984550 | 
| 
 | ||
| As an alternative you can also try duct.locale |