Internationalization and localization
Maintainability is one of the key factors when developing software, and putting your application into multiple languages with different locals can be challenging. ModelBaker takes the task head on by placing your generated web code into English strings.
The final output are .PO files based with a key-value pair in English. From a simply copy and paste of the generated .PO file, you have ability to change the values into any language of choice. All files are created with the UTF-8 (8-bit Unicode Transformation Format).