The label-location Element"

From Documentation
m
m
Line 7: Line 7:
 
  [Since 5.0.7]
 
  [Since 5.0.7]
  
It specifies the location of the properties file for internationalization labels. If you have multiple properties files, you could specify them one by one. For example,
+
It specifies the location of the properties file for [[ZK Developer's Reference/Internationalization/Labels|the internationalization labels]]. If you have multiple properties files, you could specify them one by one. For example,
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 10:10, 28 March 2011


The label-location Element


Syntax:

<label-location>a_uri</label-location>
[Default: /WEB-INF/i3-label.properties]
[Since 5.0.7]

It specifies the location of the properties file for the internationalization labels. If you have multiple properties files, you could specify them one by one. For example,

<label-location>/WEB-INF/labels/order.properties</label-location>
<label-location>/WEB-INF/labels/invoice.properties</label-location>

Version History

Last Update : 2011/03/28


Version Date Content
5.0.7 March 2011 This feature was introduced.



Last Update : 2011/03/28

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