Posts Tagged ‘i18n’

Configuring Project for Flex I18n

Tuesday, April 28th, 2009

Meet another fresh demo about IntelliJ IDEA Flex support. This time we’re showing how to quickly setup and configure a project for using Flex I18n. In this example we’re creating a multilingual Flex application with the use of advanced features like run-time locale switching.

You can watch this demo right now or download it for offline viewing as a zip archive.

Code Foldings for I18n Support

Thursday, March 26th, 2009

As you may know, IntelliJ IDEA 8 includes the complete i18nization support. In IntelliJ IDEA 9 (Maia) it will be improved with special i18n foldings that would allow to hide method calls, retrieving properties from resource bundles and replace them with actual property values.


If properties contain any parameters, they will be automatically evaluated before displaying.