Internationalization"
From Documentation
m |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{ZKDevelopersReferencePageHeader}} |
This chapter describes how to make ZK applications flexible enough to run in any locale. | This chapter describes how to make ZK applications flexible enough to run in any locale. | ||
− | First of all, ZK enables developers to embed Java | + | First of all, ZK enables developers to embed Java code 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. | However, ZK has some built-in support of internationalization that you might find them useful. | ||
− | {{ | + | {{ZKDevelopersReferenceHeadingToc}} |
− | + | {{ZKDevelopersReferencePageFooter}} | |
− | {{ |
Latest revision as of 09:47, 1 October 2010
This chapter describes how to make ZK applications flexible enough to run in any locale.
First of all, ZK enables developers to embed Java code 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.