Internationalization"

From Documentation
m
 
Line 1: Line 1:
{{ZKDevelopersGuidePageHeader}}
+
{{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 codes and EL expressions any way you like. You could use any Internationalization method you want, such as java.util.ResourceBundle.
+
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.
  
{{ZKDevelopersGuideHeadingToc}}
+
{{ZKDevelopersReferenceHeadingToc}}
  
 
+
{{ZKDevelopersReferencePageFooter}}
{{ ZKDevelopersGuidePageFooter}}
 

Latest revision as of 09:47, 1 October 2010


Internationalization


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.





Last Update : 2010/10/01

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.