Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / languages.html
1 <html>\r
2 <head>\r
3   <title>The source code</title>\r
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js">/* This file is automaticly generated by create_language_js.py */
9
10 // some data used in the examples
11 Ext.namespace('Ext.exampledata');
12
13 // TODO: complete and sort the list
14 Ext.exampledata.languages = [
15         ['af', 'Afrikaans', 'ISO-8859-2'],
16         ['bg', 'Bulgarian', 'utf-8'],
17         ['ca', 'Catalonian', 'ascii'],
18         ['hr', 'Croatian', 'utf-8'],
19         ['cs', 'Czech', 'utf-8'],
20         ['da', 'Danish', 'utf-8'],
21         ['nl', 'Dutch', 'ascii'],
22         ['en', 'English', 'ascii'],
23         ['en_UK', 'English (UK)', 'ascii'],
24         ['fa', 'Farsi (Persian)', 'utf-8'],
25         ['fr_CA', 'France (Canadian)', 'UTF-8'],
26         ['fr', 'France (France)', 'UTF-8'],
27         ['de', 'German', 'utf-8'],
28         ['el_GR', 'Greek', 'utf-8'],
29         ['gr', 'Greek (Old Version)', 'utf-8'],
30         ['he', 'Hebrew', 'windows-1255'],
31         ['hu', 'Hungarian', 'utf-8'],
32         ['id', 'Indonesian', 'ascii'],
33         ['it', 'Italian', 'ascii'],
34         ['ja', 'Japanese', 'utf-8'],
35         ['ko', 'Korean', 'utf-8'],
36         ['lv', 'Latvian', 'utf-8'],
37         ['lt', 'Lithuanian', 'utf-8'],
38         ['mk', 'Macedonia', 'utf-8'],
39         ['no', 'Norwegian', 'utf-8'],
40         ['pl', 'Polish', 'utf-8'],
41         ['pt_BR', 'Portuguese/Brazil', 'ascii'],
42         ['ro', 'Romanian', 'utf-8'],
43         ['ru', 'Russian', 'UTF-8'],
44         ['sr_RS', 'Serbian Cyrillic', 'UTF-8'],
45         ['sr', 'Serbian Latin', 'utf-8'],
46         ['zh_CN', 'Simplified Chinese', 'utf-8'],
47         ['sk', 'Slovak', 'utf-8'],
48         ['sl', 'Slovenian', 'utf-8'],
49         ['es', 'Spanish/Latin American', 'utf-8'],
50         ['sv_SE', 'Swedish', 'utf-8'],
51         ['th', 'Thailand', 'utf-8'],
52         ['zh_TW', 'Traditional Chinese', 'UTF-8'],
53         ['tr', 'Turkish', 'utf-8'],
54         ['ukr', 'Ukrainian', 'UTF-8'],
55         ['vn', 'Vietnamese', 'UTF-8']
56 ];
57 </pre>    \r
58 </body>\r
59 </html>