l"

From Documentation
Line 5: Line 5:
 
</source>
 
</source>
  
Equivalent to <javadoc method="getLabel(java.lang.String)">org.zkoss.xel.fn.CommonFns</javadoc>
+
:i.e., <javadoc method="getLabel(java.lang.String)">org.zkoss.xel.fn.CommonFns</javadoc>
  
 
Returns the label of the given key defined in i3-label.properties. The label is based on the current Locale. For more information, please refer to [[ZK Developer's Reference/Internationalization/Labels|ZK Developer's Reference]].
 
Returns the label of the given key defined in i3-label.properties. The label is based on the current Locale. For more information, please refer to [[ZK Developer's Reference/Internationalization/Labels|ZK Developer's Reference]].

Revision as of 07:09, 16 November 2010

String l(String key);
i.e., CommonFns.getLabel(String)

Returns the label of the given key defined in i3-label.properties. The label is based on the current Locale. For more information, please refer to ZK Developer's Reference.

Version History

Last Update : 2010/11/16

Version Date Content
     



Last Update : 2010/11/16

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