Difference between revisions of "Language List"

From Drafts
Jump to: navigation, search
 
Line 1: Line 1:
 +
This list will populate the menus for the languages spoken by guests and members of Constant. To add language, use the iso convention.
 +
 
<pre>
 
<pre>
 
$cn_lang_list=array();
 
$cn_lang_list=array();

Latest revision as of 19:22, 4 January 2006

This list will populate the menus for the languages spoken by guests and members of Constant. To add language, use the iso convention.

$cn_lang_list=array();
$cn_lang_list["ENG"]="ENGLISH";
$cn_lang_list["NDL"]="NEDERLANDS";
$cn_lang_list["FRA"]="FRANCAIS";
$cn_lang_list["ESP"]="ESPANOL";
$cn_lang_list["DEU"]="DEUTSCH";