getCurrentLocale"

From Documentation
(Created page with '{{ZUMLReferencePageHeader}} <source lang="java"> java.util.Locale getCurrentLocale(); </source> :i.e., <javadoc method="getCurrent()">org.zkoss.util.Locales</javadoc> Returns …')
 
 
Line 10: Line 10:
  
 
=Version History=
 
=Version History=
Last Update : {{REVISIONYEAR}}/{{REVISIONMONTH}}/{{REVISIONDAY}}
+
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content

Latest revision as of 08:32, 17 December 2010

java.util.Locale getCurrentLocale();
i.e., Locales.getCurrent()

Returns the locale for the current request (or thread); never null.

Version History

Last Update : 2010/12/17


Version Date Content
     



Last Update : 2010/12/17

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