Language file development
All language files should be located in the "langs" folder of the widget package. You can organize your languages as you wish. The name of the language file (without extension) appears as the language name (caption). The recommended structure for the language file is:
<?xml version='1.0' encoding='UTF-8'?> <items> <item key="lang_key1"><![CDATA[lang_value1]]></item> <item key="lang_key2"><![CDATA[lang_value2]]></item> <item key="lang_keyN"><![CDATA[lang_valueN]]></item> </items>
Select encoding carefully according to your language if you use an XML-formatted language file.
Last modified 16 years ago
Last modified on Jun 1, 2009, 5:28:54 AM