Internationalization
From Documentation
Revision as of 09:43, 1 October 2010 by Tomyeh (talk | contribs) (moved ZK Developer's Guide/Advanced ZK/Internationalization to ZK Developer's Reference/Internationalization)
This documentation is for an older version of ZK. For the latest one, please click here.
This chapter describes how to make ZK applications flexible enough to run in any locale.
First of all, ZK enables developers to embed Java codes and EL expressions any way you like. You could use any Internationalization method you want, such as java.util.ResourceBundle.
However, ZK has some built-in support of internationalization that you might find them useful.