This extension allows for a very lightweight internationalization solution. It does not require resource files, since it generates code directly from a XML DSL. You define your texts and translations in XML syntax and generate a class file. Instanciated, you can bind to the translations or access them in code. A single call to this object changes the language of everything that binds to it. Translations can be changed or excluded from changing in code at runtime. A file of the LangLight DSL looks like the image below. Check out this tutorial video that I did to demonstrate the extension: http://screencast.com/t/I3iejxYnA
You can reach me at Twitter http://twitter.com/halllo or via my websitehttp://neokc.de/! |