Difference between revisions of "Language List"
From Drafts
(3 intermediate revisions by the same user not shown) | |||
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> | ||
$cn_lang_list=array(); | $cn_lang_list=array(); | ||
− | $cn_lang_list["ENG"]= | + | $cn_lang_list["ENG"]="ENGLISH"; |
− | $cn_lang_list["NDL"]= | + | $cn_lang_list["NDL"]="NEDERLANDS"; |
− | $cn_lang_list["FRA"]= | + | $cn_lang_list["FRA"]="FRANCAIS"; |
− | $cn_lang_list["ESP"]= | + | $cn_lang_list["ESP"]="ESPANOL"; |
$cn_lang_list["DEU"]="DEUTSCH"; | $cn_lang_list["DEU"]="DEUTSCH"; | ||
+ | </pre> |
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";