l

From Documentation
Revision as of 01:29, 22 July 2022 by Hawk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
String l(String key);
i.e., CommonFns.getLabel(String)

Returns the label of the given key defined in the internationalization labels.

The label is based on the current Locale (Locales.getCurrent()).

Since 5.0.7 For 5.0.7 and later, an implicit object called labels was introduced, and it is more convenient to use.

For example,

<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>

<window title="${c:l('app.title')}">
 ...
</window>

Version History

Last Update : 2022/07/22


Version Date Content
     



Last Update : 2022/07/22

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