![]() |
|---|
| [ Index ] |
Source Code Reference for V1.00 |
[Summary view] [Print] [Text view]
1 <?php 2 // Entries in the LANGUAGES array are elements that describe the 3 // countries and language variants supported by this locale pack. 4 // Elements are keyed by the ISO 2 character language code in lowercase 5 // followed by an underscore and the 2 character country code in Uppercase. 6 // Each array element has 4 parts: 7 // 1. Directory name of locale directory 8 // 2. English name of language 9 // 3. Name of language in that language 10 // 4. Microsoft locale code 11 12 $dir = basename(dirname(__file__)); 13 14 // in case of experienceing troubles you may try one of the following 15 //$LANGUAGES['de_DE'] = array($dir, 'German', 'Deutsch', 'deu', 'ISO-8859-1'); 16 //$LANGUAGES['de_DE'] = array($dir, 'German', 'Deutsch', 'deu', 'ISO-8859-15'); 17 $LANGUAGES['de_DE'] = array($dir, 'German (Ger)', 'Deutsch (DE)', 'de', 'utf-8'); 18 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Jan 8 03:00:03 2009 | Cross-referenced by PHPXref 0.7 |