The language-config Element
From Documentation
Syntax:
<language-config> <addon-uri>a_uri</addon-uri> <language-uri>a_uri</language-uri> </language-config>
It specifies the addition language addons and/or definitions.
The use is the same as ZK Configuration Reference/zk.xml/The language-config Element, except it is specified in a JAR file's config.xml rather than WEB-INF/zk.xml.
Notice that the URI is related to the class path, such as /metainf/zk/lang-fb.xml. In additions, /metainf/zk/lang.xml and /metainf/zk/lang-addon.xml are always loaded, no matter if this element is specified in config.xml.
Version History
Version | Date | Content |
---|---|---|
5.0.7 | May 2011 | The language-config element was allowed in config.xml. |