Changes between Initial Version and Version 1 of LangDev


Ignore:
Timestamp:
Jun 1, 2009, 5:28:54 AM (15 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LangDev

    v1 v1  
     1== Language file development == 
     2 
     3 
     4All 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: 
     5 
     6{{{ 
     7<?xml version='1.0' encoding='UTF-8'?> 
     8<items> 
     9<item key="lang_key1"><![CDATA[lang_value1]]></item> 
     10<item key="lang_key2"><![CDATA[lang_value2]]></item> 
     11 
     12 
     13 
     14 
     15 
     16 
     17 
     18 
     19 
     20 
     21 
     22 
     23 
     24 
     25 
     26 
     27 
     28 
     29 
     30 
     31 
     32<item key="lang_keyN"><![CDATA[lang_valueN]]></item> 
     33</items> 
     34}}} 
     35 
     36'''Select encoding carefully according to your language if you use an XML-formatted language file.''' 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub