Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
1.9 KiB

  1. ; (pritobla)
  2. ; The list of LCID's and the 2-letter codes under [ActiveSetup] is sorted by their corresponding locale name in the [Strings] section.
  3. ; When you add new entries, pls keep them sorted so it's easy to verify them against the list at http://ie/specs/intl/lcid_rfc1766.htm
  4. ; Exceptions are "Simplified Chinese" and "Traditional Chinese" because their actual locale names are
  5. ; "Chinese (PRC)" and "Chinese (Taiwan)" respectively.
  6. ;
  7. ; IMPORTANT: Any changes done to the list of LCID's in this file should be reflected in ieak5\reskit\graphics\cdloc.ini also.
  8. ;
  9. [ActiveSetup]
  10. 0401="ar"
  11. 042d="eu"
  12. 0402="bg"
  13. 0403="ca"
  14. 0804="cn"
  15. 0404="tw"
  16. 0405="cs"
  17. 0406="da"
  18. 0413="nl"
  19. 0409="en"
  20. 040b="fi"
  21. 040c="fr"
  22. 0407="de"
  23. 0408="el"
  24. 040d="he"
  25. 040e="hu"
  26. 040f="is"
  27. 0410="it"
  28. 0411="ja"
  29. 0412="ko"
  30. 0414="no"
  31. 0415="pl"
  32. 0816="pt"
  33. 0416="br"
  34. 0418="ro"
  35. 0419="ru"
  36. 041b="sk"
  37. 0424="sl"
  38. 0c0a="es"
  39. 041d="sv"
  40. 041e="th"
  41. 041f="tr"
  42. 042a="vi"
  43. ; (oliverl) the SubLocales section is used to provide a default language selection in the wizard
  44. ; for various sublocales which don't have their own versions of IE
  45. [SubLocales]
  46. 0813="nl"
  47. 080C="fr"
  48. 0C0C="fr"
  49. 100C="fr"
  50. 140C="fr"
  51. 0810="it"
  52. 040A="es"
  53. 080A="es"
  54. 100A="es"
  55. 140A="es"
  56. 180A="es"
  57. 1C0A="es"
  58. 200A="es"
  59. 240A="es"
  60. 280A="es"
  61. 2C0A="es"
  62. 300A="es"
  63. 340A="es"
  64. 380A="es"
  65. 3C0A="es"
  66. 400A="es"
  67. 440A="es"
  68. 480A="es"
  69. 4C0A="es"
  70. 500A="es"
  71. 0423="ru"
  72. 0422="ru"
  73. 0C1A="ru"
  74. [Strings]
  75. ar="Arabic"
  76. eu="Basque"
  77. bg="Bulgarian"
  78. ca="Catalan"
  79. cn="Simplified Chinese"
  80. tw="Traditional Chinese"
  81. cs="Czech"
  82. da="Danish"
  83. nl="Dutch"
  84. en="English"
  85. fi="Finnish"
  86. fr="French"
  87. de="German"
  88. el="Greek"
  89. he="Hebrew"
  90. hu="Hungarian"
  91. is="Icelandic"
  92. it="Italian"
  93. ja="Japanese"
  94. ko="Korean"
  95. no="Norwegian"
  96. pl="Polish"
  97. pt="Portuguese"
  98. br="Portuguese (Brazilian)"
  99. ro="Romanian"
  100. ru="Russian"
  101. sk="Slovak"
  102. sl="Slovenian"
  103. es="Spanish"
  104. sv="Swedish"
  105. th="Thai"
  106. tr="Turkish"
  107. vi="Vietnamese"