locale.c.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:18k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. /* Mingw headers don't have latest language and sublanguage codes.  */
  2. # ifndef LANG_AFRIKAANS
  3. # define LANG_AFRIKAANS 0x36
  4. # endif
  5. # ifndef LANG_ALBANIAN
  6. # define LANG_ALBANIAN 0x1c
  7. # endif
  8. # ifndef LANG_ARABIC
  9. # define LANG_ARABIC 0x01
  10. # endif
  11. # ifndef LANG_ARMENIAN
  12. # define LANG_ARMENIAN 0x2b
  13. # endif
  14. # ifndef LANG_ASSAMESE
  15. # define LANG_ASSAMESE 0x4d
  16. # endif
  17. # ifndef LANG_AZERI
  18. # define LANG_AZERI 0x2c
  19. # endif
  20. # ifndef LANG_BASQUE
  21. # define LANG_BASQUE 0x2d
  22. # endif
  23. # ifndef LANG_BELARUSIAN
  24. # define LANG_BELARUSIAN 0x23
  25. # endif
  26. # ifndef LANG_BENGALI
  27. # define LANG_BENGALI 0x45
  28. # endif
  29. # ifndef LANG_CATALAN
  30. # define LANG_CATALAN 0x03
  31. # endif
  32. # ifndef LANG_DIVEHI
  33. # define LANG_DIVEHI 0x65
  34. # endif
  35. # ifndef LANG_ESTONIAN
  36. # define LANG_ESTONIAN 0x25
  37. # endif
  38. # ifndef LANG_FAEROESE
  39. # define LANG_FAEROESE 0x38
  40. # endif
  41. # ifndef LANG_FARSI
  42. # define LANG_FARSI 0x29
  43. # endif
  44. # ifndef LANG_GALICIAN
  45. # define LANG_GALICIAN 0x56
  46. # endif
  47. # ifndef LANG_GEORGIAN
  48. # define LANG_GEORGIAN 0x37
  49. # endif
  50. # ifndef LANG_GUJARATI
  51. # define LANG_GUJARATI 0x47
  52. # endif
  53. # ifndef LANG_HEBREW
  54. # define LANG_HEBREW 0x0d
  55. # endif
  56. # ifndef LANG_HINDI
  57. # define LANG_HINDI 0x39
  58. # endif
  59. # ifndef LANG_INDONESIAN
  60. # define LANG_INDONESIAN 0x21
  61. # endif
  62. # ifndef LANG_KANNADA
  63. # define LANG_KANNADA 0x4b
  64. # endif
  65. # ifndef LANG_KASHMIRI
  66. # define LANG_KASHMIRI 0x60
  67. # endif
  68. # ifndef LANG_KAZAK
  69. # define LANG_KAZAK 0x3f
  70. # endif
  71. # ifndef LANG_KONKANI
  72. # define LANG_KONKANI 0x57
  73. # endif
  74. # ifndef LANG_KYRGYZ
  75. # define LANG_KYRGYZ 0x40
  76. # endif
  77. # ifndef LANG_LATVIAN
  78. # define LANG_LATVIAN 0x26
  79. # endif
  80. # ifndef LANG_LITHUANIAN
  81. # define LANG_LITHUANIAN 0x27
  82. # endif
  83. # ifndef LANG_MACEDONIAN
  84. # define LANG_MACEDONIAN 0x2f
  85. # endif
  86. # ifndef LANG_MALAY
  87. # define LANG_MALAY 0x3e
  88. # endif
  89. # ifndef LANG_MALAYALAM
  90. # define LANG_MALAYALAM 0x4c
  91. # endif
  92. # ifndef LANG_MANIPURI
  93. # define LANG_MANIPURI 0x58
  94. # endif
  95. # ifndef LANG_MARATHI
  96. # define LANG_MARATHI 0x4e
  97. # endif
  98. # ifndef LANG_MONGOLIAN
  99. # define LANG_MONGOLIAN 0x50
  100. # endif
  101. # ifndef LANG_NEPALI
  102. # define LANG_NEPALI 0x61
  103. # endif
  104. # ifndef LANG_ORIYA
  105. # define LANG_ORIYA 0x48
  106. # endif
  107. # ifndef LANG_PUNJABI
  108. # define LANG_PUNJABI 0x46
  109. # endif
  110. # ifndef LANG_SANSKRIT
  111. # define LANG_SANSKRIT 0x4f
  112. # endif
  113. # ifndef LANG_SERBIAN
  114. # define LANG_SERBIAN 0x1a
  115. # endif
  116. # ifndef LANG_SINDHI
  117. # define LANG_SINDHI 0x59
  118. # endif
  119. # ifndef LANG_SLOVAK
  120. # define LANG_SLOVAK 0x1b
  121. # endif
  122. # ifndef LANG_SORBIAN
  123. # define LANG_SORBIAN 0x2e
  124. # endif
  125. # ifndef LANG_SWAHILI
  126. # define LANG_SWAHILI 0x41
  127. # endif
  128. # ifndef LANG_SYRIAC
  129. # define LANG_SYRIAC 0x5a
  130. # endif
  131. # ifndef LANG_TAMIL
  132. # define LANG_TAMIL 0x49
  133. # endif
  134. # ifndef LANG_TATAR
  135. # define LANG_TATAR 0x44
  136. # endif
  137. # ifndef LANG_TELUGU
  138. # define LANG_TELUGU 0x4a
  139. # endif
  140. # ifndef LANG_THAI
  141. # define LANG_THAI 0x1e
  142. # endif
  143. # ifndef LANG_UKRAINIAN
  144. # define LANG_UKRAINIAN 0x22
  145. # endif
  146. # ifndef LANG_URDU
  147. # define LANG_URDU 0x20
  148. # endif
  149. # ifndef LANG_UZBEK
  150. # define LANG_UZBEK 0x43
  151. # endif
  152. # ifndef LANG_VIETNAMESE
  153. # define LANG_VIETNAMESE 0x2a
  154. # endif
  155. # ifndef SUBLANG_ARABIC_SAUDI_ARABIA
  156. # define SUBLANG_ARABIC_SAUDI_ARABIA 0x01
  157. # endif
  158. # ifndef SUBLANG_ARABIC_IRAQ
  159. # define SUBLANG_ARABIC_IRAQ 0x02
  160. # endif
  161. # ifndef SUBLANG_ARABIC_EGYPT
  162. # define SUBLANG_ARABIC_EGYPT 0x03
  163. # endif
  164. # ifndef SUBLANG_ARABIC_LIBYA
  165. # define SUBLANG_ARABIC_LIBYA 0x04
  166. # endif
  167. # ifndef SUBLANG_ARABIC_ALGERIA
  168. # define SUBLANG_ARABIC_ALGERIA 0x05
  169. # endif
  170. # ifndef SUBLANG_ARABIC_MOROCCO
  171. # define SUBLANG_ARABIC_MOROCCO 0x06
  172. # endif
  173. # ifndef SUBLANG_ARABIC_TUNISIA
  174. # define SUBLANG_ARABIC_TUNISIA 0x07
  175. # endif
  176. # ifndef SUBLANG_ARABIC_OMAN
  177. # define SUBLANG_ARABIC_OMAN 0x08
  178. # endif
  179. # ifndef SUBLANG_ARABIC_YEMEN
  180. # define SUBLANG_ARABIC_YEMEN 0x09
  181. # endif
  182. # ifndef SUBLANG_ARABIC_SYRIA
  183. # define SUBLANG_ARABIC_SYRIA 0x0a
  184. # endif
  185. # ifndef SUBLANG_ARABIC_JORDAN
  186. # define SUBLANG_ARABIC_JORDAN 0x0b
  187. # endif
  188. # ifndef SUBLANG_ARABIC_LEBANON
  189. # define SUBLANG_ARABIC_LEBANON 0x0c
  190. # endif
  191. # ifndef SUBLANG_ARABIC_KUWAIT
  192. # define SUBLANG_ARABIC_KUWAIT 0x0d
  193. # endif
  194. # ifndef SUBLANG_ARABIC_UAE
  195. # define SUBLANG_ARABIC_UAE 0x0e
  196. # endif
  197. # ifndef SUBLANG_ARABIC_BAHRAIN
  198. # define SUBLANG_ARABIC_BAHRAIN 0x0f
  199. # endif
  200. # ifndef SUBLANG_ARABIC_QATAR
  201. # define SUBLANG_ARABIC_QATAR 0x10
  202. # endif
  203. # ifndef SUBLANG_AZERI_LATIN
  204. # define SUBLANG_AZERI_LATIN 0x01
  205. # endif
  206. # ifndef SUBLANG_AZERI_CYRILLIC
  207. # define SUBLANG_AZERI_CYRILLIC 0x02
  208. # endif
  209. # ifndef SUBLANG_CHINESE_MACAU
  210. # define SUBLANG_CHINESE_MACAU 0x05
  211. # endif
  212. # ifndef SUBLANG_ENGLISH_SOUTH_AFRICA
  213. # define SUBLANG_ENGLISH_SOUTH_AFRICA 0x07
  214. # endif
  215. # ifndef SUBLANG_ENGLISH_JAMAICA
  216. # define SUBLANG_ENGLISH_JAMAICA 0x08
  217. # endif
  218. # ifndef SUBLANG_ENGLISH_CARIBBEAN
  219. # define SUBLANG_ENGLISH_CARIBBEAN 0x09
  220. # endif
  221. # ifndef SUBLANG_ENGLISH_BELIZE
  222. # define SUBLANG_ENGLISH_BELIZE 0x0a
  223. # endif
  224. # ifndef SUBLANG_ENGLISH_TRINIDAD
  225. # define SUBLANG_ENGLISH_TRINIDAD 0x0b
  226. # endif
  227. # ifndef SUBLANG_ENGLISH_ZIMBABWE
  228. # define SUBLANG_ENGLISH_ZIMBABWE 0x0c
  229. # endif
  230. # ifndef SUBLANG_ENGLISH_PHILIPPINES
  231. # define SUBLANG_ENGLISH_PHILIPPINES 0x0d
  232. # endif
  233. # ifndef SUBLANG_FRENCH_LUXEMBOURG
  234. # define SUBLANG_FRENCH_LUXEMBOURG 0x05
  235. # endif
  236. # ifndef SUBLANG_FRENCH_MONACO
  237. # define SUBLANG_FRENCH_MONACO 0x06
  238. # endif
  239. # ifndef SUBLANG_GERMAN_LUXEMBOURG
  240. # define SUBLANG_GERMAN_LUXEMBOURG 0x04
  241. # endif
  242. # ifndef SUBLANG_GERMAN_LIECHTENSTEIN
  243. # define SUBLANG_GERMAN_LIECHTENSTEIN 0x05
  244. # endif
  245. # ifndef SUBLANG_KASHMIRI_INDIA
  246. # define SUBLANG_KASHMIRI_INDIA 0x02
  247. # endif
  248. # ifndef SUBLANG_MALAY_MALAYSIA
  249. # define SUBLANG_MALAY_MALAYSIA 0x01
  250. # endif
  251. # ifndef SUBLANG_MALAY_BRUNEI_DARUSSALAM
  252. # define SUBLANG_MALAY_BRUNEI_DARUSSALAM 0x02
  253. # endif
  254. # ifndef SUBLANG_NEPALI_INDIA
  255. # define SUBLANG_NEPALI_INDIA 0x02
  256. # endif
  257. # ifndef SUBLANG_SERBIAN_LATIN
  258. # define SUBLANG_SERBIAN_LATIN 0x02
  259. # endif
  260. # ifndef SUBLANG_SERBIAN_CYRILLIC
  261. # define SUBLANG_SERBIAN_CYRILLIC 0x03
  262. # endif
  263. # ifndef SUBLANG_SPANISH_GUATEMALA
  264. # define SUBLANG_SPANISH_GUATEMALA 0x04
  265. # endif
  266. # ifndef SUBLANG_SPANISH_COSTA_RICA
  267. # define SUBLANG_SPANISH_COSTA_RICA 0x05
  268. # endif
  269. # ifndef SUBLANG_SPANISH_PANAMA
  270. # define SUBLANG_SPANISH_PANAMA 0x06
  271. # endif
  272. # ifndef SUBLANG_SPANISH_DOMINICAN_REPUBLIC
  273. # define SUBLANG_SPANISH_DOMINICAN_REPUBLIC 0x07
  274. # endif
  275. # ifndef SUBLANG_SPANISH_VENEZUELA
  276. # define SUBLANG_SPANISH_VENEZUELA 0x08
  277. # endif
  278. # ifndef SUBLANG_SPANISH_COLOMBIA
  279. # define SUBLANG_SPANISH_COLOMBIA 0x09
  280. # endif
  281. # ifndef SUBLANG_SPANISH_PERU
  282. # define SUBLANG_SPANISH_PERU 0x0a
  283. # endif
  284. # ifndef SUBLANG_SPANISH_ARGENTINA
  285. # define SUBLANG_SPANISH_ARGENTINA 0x0b
  286. # endif
  287. # ifndef SUBLANG_SPANISH_ECUADOR
  288. # define SUBLANG_SPANISH_ECUADOR 0x0c
  289. # endif
  290. # ifndef SUBLANG_SPANISH_CHILE
  291. # define SUBLANG_SPANISH_CHILE 0x0d
  292. # endif
  293. # ifndef SUBLANG_SPANISH_URUGUAY
  294. # define SUBLANG_SPANISH_URUGUAY 0x0e
  295. # endif
  296. # ifndef SUBLANG_SPANISH_PARAGUAY
  297. # define SUBLANG_SPANISH_PARAGUAY 0x0f
  298. # endif
  299. # ifndef SUBLANG_SPANISH_BOLIVIA
  300. # define SUBLANG_SPANISH_BOLIVIA 0x10
  301. # endif
  302. # ifndef SUBLANG_SPANISH_EL_SALVADOR
  303. # define SUBLANG_SPANISH_EL_SALVADOR 0x11
  304. # endif
  305. # ifndef SUBLANG_SPANISH_HONDURAS
  306. # define SUBLANG_SPANISH_HONDURAS 0x12
  307. # endif
  308. # ifndef SUBLANG_SPANISH_NICARAGUA
  309. # define SUBLANG_SPANISH_NICARAGUA 0x13
  310. # endif
  311. # ifndef SUBLANG_SPANISH_PUERTO_RICO
  312. # define SUBLANG_SPANISH_PUERTO_RICO 0x14
  313. # endif
  314. # ifndef SUBLANG_SWEDISH_FINLAND
  315. # define SUBLANG_SWEDISH_FINLAND 0x02
  316. # endif
  317. # ifndef SUBLANG_URDU_PAKISTAN
  318. # define SUBLANG_URDU_PAKISTAN 0x01
  319. # endif
  320. # ifndef SUBLANG_URDU_INDIA
  321. # define SUBLANG_URDU_INDIA 0x02
  322. # endif
  323. # ifndef SUBLANG_UZBEK_LATIN
  324. # define SUBLANG_UZBEK_LATIN 0x01
  325. # endif
  326. # ifndef SUBLANG_UZBEK_CYRILLIC
  327. # define SUBLANG_UZBEK_CYRILLIC 0x02
  328. # endif
  329. static char *
  330. getLanguageName ()
  331. {
  332. LCID lcid;
  333. LANGID langid;
  334. int primary, sub;
  335. /* Use native Win32 API locale ID.  */
  336. lcid = GetThreadLocale ();
  337. /* Strip off the sorting rules, keep only the language part.  */
  338. langid = LANGIDFROMLCID (lcid);
  339. /* Split into language and territory part.  */
  340. primary = PRIMARYLANGID (langid);
  341. sub = SUBLANGID (langid);
  342. /* Dispatch on language.
  343.    See also http://www.unicode.org/unicode/onlinedat/languages.html .
  344.    For details about languages, see http://www.ethnologue.com/ .  */
  345. switch (primary) {
  346. case LANG_AFRIKAANS: return "af_ZA";
  347. case LANG_ALBANIAN: return "sq_AL";
  348. case 0x5e: /* AMHARIC */ return "am_ET";
  349. case LANG_ARABIC:
  350. switch (sub) {
  351. case SUBLANG_ARABIC_SAUDI_ARABIA: return "ar_SA";
  352. case SUBLANG_ARABIC_IRAQ: return "ar_IQ";
  353. case SUBLANG_ARABIC_EGYPT: return "ar_EG";
  354. case SUBLANG_ARABIC_LIBYA: return "ar_LY";
  355. case SUBLANG_ARABIC_ALGERIA: return "ar_DZ";
  356. case SUBLANG_ARABIC_MOROCCO: return "ar_MA";
  357. case SUBLANG_ARABIC_TUNISIA: return "ar_TN";
  358. case SUBLANG_ARABIC_OMAN: return "ar_OM";
  359. case SUBLANG_ARABIC_YEMEN: return "ar_YE";
  360. case SUBLANG_ARABIC_SYRIA: return "ar_SY";
  361. case SUBLANG_ARABIC_JORDAN: return "ar_JO";
  362. case SUBLANG_ARABIC_LEBANON: return "ar_LB";
  363. case SUBLANG_ARABIC_KUWAIT: return "ar_KW";
  364. case SUBLANG_ARABIC_UAE: return "ar_AE";
  365. case SUBLANG_ARABIC_BAHRAIN: return "ar_BH";
  366. case SUBLANG_ARABIC_QATAR: return "ar_QA";
  367. default: return "ar";
  368. }
  369. case LANG_ARMENIAN: return "hy_AM";
  370. case LANG_ASSAMESE: return "as_IN";
  371. case LANG_AZERI:
  372. switch (sub) {
  373. /* FIXME: Adjust this when Azerbaijani locales appear on Unix.  */
  374. case SUBLANG_AZERI_LATIN: return "az_AZ@latin";
  375. case SUBLANG_AZERI_CYRILLIC: return "az_AZ@cyrillic";
  376. default: return "az";
  377. }
  378. case LANG_BASQUE: return "eu"; /* Ambiguous: could be "eu_ES" or "eu_FR".  */
  379. case LANG_BELARUSIAN: return "be_BY";
  380. case LANG_BENGALI: return "bn_IN";
  381. case LANG_BULGARIAN: return "bg_BG";
  382. case 0x55: /* BURMESE */ return "my_MM";
  383. case 0x53: /* CAMBODIAN */ return "km_KH";
  384. case LANG_CATALAN: return "ca_ES";
  385. case 0x5c: /* CHEROKEE */ return "chr_US";
  386. case LANG_CHINESE:
  387. switch (sub) {
  388. case SUBLANG_CHINESE_TRADITIONAL: return "zh_TW";
  389. case SUBLANG_CHINESE_SIMPLIFIED: return "zh_CN";
  390. case SUBLANG_CHINESE_HONGKONG: return "zh_HK";
  391. case SUBLANG_CHINESE_SINGAPORE: return "zh_SG";
  392. case SUBLANG_CHINESE_MACAU: return "zh_MO";
  393. default: return "zh";
  394. }
  395. case LANG_CROATIAN: /* LANG_CROATIAN == LANG_SERBIAN
  396.  * What used to be called Serbo-Croatian
  397.  * should really now be two separate
  398.  * languages because of political reasons.
  399.  * (Says tml, who knows nothing about Serbian
  400.  * or Croatian.)
  401.  * (I can feel those flames coming already.)
  402.  */
  403. switch (sub) {
  404. case SUBLANG_DEFAULT: return "hr_HR";
  405. case SUBLANG_SERBIAN_LATIN: return "sr_YU";
  406. case SUBLANG_SERBIAN_CYRILLIC: return "sr_YU@cyrillic";
  407. default: return "hr";
  408. }
  409. case LANG_CZECH: return "cs_CZ";
  410. case LANG_DANISH: return "da_DK";
  411. case LANG_DIVEHI: return "div_MV";
  412. case LANG_DUTCH:
  413. switch (sub) {
  414. case SUBLANG_DUTCH: return "nl_NL";
  415. case SUBLANG_DUTCH_BELGIAN: /* FLEMISH, VLAAMS */ return "nl_BE";
  416. default: return "nl";
  417. }
  418. case 0x66: /* EDO */ return "bin_NG";
  419. case LANG_ENGLISH:
  420. switch (sub) {
  421. /* SUBLANG_ENGLISH_US == SUBLANG_DEFAULT. Heh. I thought
  422.  * English was the language spoken in England.
  423.  * Oh well.
  424.  */
  425. case SUBLANG_ENGLISH_US: return "en_US";
  426. case SUBLANG_ENGLISH_UK: return "en_GB";
  427. case SUBLANG_ENGLISH_AUS: return "en_AU";
  428. case SUBLANG_ENGLISH_CAN: return "en_CA";
  429. case SUBLANG_ENGLISH_NZ: return "en_NZ";
  430. case SUBLANG_ENGLISH_EIRE: return "en_IE";
  431. case SUBLANG_ENGLISH_SOUTH_AFRICA: return "en_ZA";
  432. case SUBLANG_ENGLISH_JAMAICA: return "en_JM";
  433. case SUBLANG_ENGLISH_CARIBBEAN: return "en_GD"; /* Grenada? */
  434. case SUBLANG_ENGLISH_BELIZE: return "en_BZ";
  435. case SUBLANG_ENGLISH_TRINIDAD: return "en_TT";
  436. case SUBLANG_ENGLISH_ZIMBABWE: return "en_ZW";
  437. case SUBLANG_ENGLISH_PHILIPPINES: return "en_PH";
  438. default: return "en";
  439. }
  440. case LANG_ESTONIAN: return "et_EE";
  441. case LANG_FAEROESE: return "fo_FO";
  442. case LANG_FARSI: return "fa_IR";
  443. case LANG_FINNISH: return "fi_FI";
  444. case LANG_FRENCH:
  445.     switch (sub) {
  446. case SUBLANG_FRENCH: return "fr_FR";
  447. case SUBLANG_FRENCH_BELGIAN: /* WALLOON */ return "fr_BE";
  448. case SUBLANG_FRENCH_CANADIAN: return "fr_CA";
  449. case SUBLANG_FRENCH_SWISS: return "fr_CH";
  450. case SUBLANG_FRENCH_LUXEMBOURG: return "fr_LU";
  451. case SUBLANG_FRENCH_MONACO: return "fr_MC";
  452. default: return "fr";
  453. }
  454. case 0x62: /* FRISIAN */ return "fy_NL";
  455. case 0x67: /* FULFULDE */ return "ful_NG";
  456. case 0x3c: /* GAELIC */
  457. switch (sub) {
  458. case 0x01: /* SCOTTISH */ return "gd_GB";
  459. case 0x02: /* IRISH */ return "ga_IE";
  460. default: return "C";
  461. }
  462. case LANG_GALICIAN: return "gl_ES";
  463. case LANG_GEORGIAN: return "ka_GE";
  464. case LANG_GERMAN:
  465. switch (sub) {
  466. case SUBLANG_GERMAN: return "de_DE";
  467. case SUBLANG_GERMAN_SWISS: return "de_CH";
  468. case SUBLANG_GERMAN_AUSTRIAN: return "de_AT";
  469. case SUBLANG_GERMAN_LUXEMBOURG: return "de_LU";
  470. case SUBLANG_GERMAN_LIECHTENSTEIN: return "de_LI";
  471. default: return "de";
  472. }
  473. case LANG_GREEK: return "el_GR";
  474. case 0x74: /* GUARANI */ return "gn_PY";
  475. case LANG_GUJARATI: return "gu_IN";
  476. case 0x68: /* HAUSA */ return "ha_NG";
  477. case 0x75: /* HAWAIIAN */
  478. /* FIXME: Do they mean Hawaiian ("haw_US", 1000 speakers)
  479.    or Hawaii Creole English ("cpe_US", 600000 speakers)?  */
  480. return "cpe_US";
  481. case LANG_HEBREW: return "he_IL";
  482. case LANG_HINDI: return "hi_IN";
  483. case LANG_HUNGARIAN: return "hu_HU";
  484. case 0x69: /* IBIBIO */ return "nic_NG";
  485. case LANG_ICELANDIC: return "is_IS";
  486. case 0x70: /* IGBO */ return "ibo_NG";
  487. case LANG_INDONESIAN: return "id_ID";
  488. case 0x5d: /* INUKTITUT */ return "iu_CA";
  489. case LANG_ITALIAN:
  490. switch (sub) {
  491. case SUBLANG_ITALIAN: return "it_IT";
  492. case SUBLANG_ITALIAN_SWISS: return "it_CH";
  493. default: return "it";
  494. }
  495. case LANG_JAPANESE: return "ja_JP";
  496. case LANG_KANNADA: return "kn_IN";
  497. case 0x71: /* KANURI */ return "kau_NG";
  498. case LANG_KASHMIRI:
  499. switch (sub) {
  500. case SUBLANG_DEFAULT: return "ks_PK";
  501. case SUBLANG_KASHMIRI_INDIA: return "ks_IN";
  502. default: return "ks";
  503. }
  504. case LANG_KAZAK: return "kk_KZ";
  505. case LANG_KONKANI:
  506. /* FIXME: Adjust this when such locales appear on Unix.  */
  507. return "kok_IN";
  508. case LANG_KOREAN: return "ko_KR";
  509. case LANG_KYRGYZ: return "ky_KG";
  510. case 0x54: /* LAO */ return "lo_LA";
  511. case 0x76: /* LATIN */ return "la_VA";
  512. case LANG_LATVIAN: return "lv_LV";
  513. case LANG_LITHUANIAN: return "lt_LT";
  514. case LANG_MACEDONIAN: return "mk_MK";
  515. case LANG_MALAY:
  516. switch (sub) {
  517. case SUBLANG_MALAY_MALAYSIA: return "ms_MY";
  518. case SUBLANG_MALAY_BRUNEI_DARUSSALAM: return "ms_BN";
  519. default: return "ms";
  520. }
  521. case LANG_MALAYALAM: return "ml_IN";
  522. case 0x3a: /* MALTESE */ return "mt_MT";
  523. case LANG_MANIPURI:
  524. /* FIXME: Adjust this when such locales appear on Unix.  */
  525. return "mni_IN";
  526. case LANG_MARATHI: return "mr_IN";
  527. case LANG_MONGOLIAN:
  528. return "mn"; /* Ambiguous: could be "mn_CN" or "mn_MN".  */
  529. case LANG_NEPALI:
  530. switch (sub) {
  531. case SUBLANG_DEFAULT: return "ne_NP";
  532. case SUBLANG_NEPALI_INDIA: return "ne_IN";
  533. default: return "ne";
  534. }
  535. case LANG_NORWEGIAN:
  536. switch (sub) {
  537. case SUBLANG_NORWEGIAN_BOKMAL: return "no_NO";
  538. case SUBLANG_NORWEGIAN_NYNORSK: return "nn_NO";
  539. default: return "no";
  540. }
  541. case LANG_ORIYA: return "or_IN";
  542. case 0x72: /* OROMO */ return "om_ET";
  543. case 0x79: /* PAPIAMENTU */ return "pap_AN";
  544. case 0x63: /* PASHTO */
  545. return "ps"; /* Ambiguous: could be "ps_PK" or "ps_AF".  */
  546. case LANG_POLISH: return "pl_PL";
  547. case LANG_PORTUGUESE:
  548. switch (sub) {
  549. case SUBLANG_PORTUGUESE: return "pt_PT";
  550. /* Hmm. SUBLANG_PORTUGUESE_BRAZILIAN == SUBLANG_DEFAULT.
  551.    Same phenomenon as SUBLANG_ENGLISH_US == SUBLANG_DEFAULT. */
  552. case SUBLANG_PORTUGUESE_BRAZILIAN: return "pt_BR";
  553. default: return "pt";
  554. }
  555. case LANG_PUNJABI: return "pa_IN";
  556. case 0x17: /* RHAETO-ROMANCE */ return "rm_CH";
  557. case LANG_ROMANIAN: return "ro_RO";
  558. case LANG_RUSSIAN:
  559. return "ru"; /* Ambiguous: could be "ru_RU" or "ru_UA".  */
  560. case 0x3b: /* SAMI */ return "se_NO";
  561. case LANG_SANSKRIT: return "sa_IN";
  562. case LANG_SINDHI: return "sd";
  563. case 0x5b: /* SINHALESE */ return "si_LK";
  564. case LANG_SLOVAK: return "sk_SK";
  565. case LANG_SLOVENIAN: return "sl_SI";
  566. case 0x77: /* SOMALI */ return "so_SO";
  567. case LANG_SORBIAN:
  568. /* FIXME: Adjust this when such locales appear on Unix.  */
  569. return "wen_DE";
  570. case LANG_SPANISH:
  571. switch (sub) {
  572. case SUBLANG_SPANISH: return "es_ES";
  573. case SUBLANG_SPANISH_MEXICAN: return "es_MX";
  574. case SUBLANG_SPANISH_MODERN:
  575. return "es_ES@modern"; /* not seen on Unix */
  576. case SUBLANG_SPANISH_GUATEMALA: return "es_GT";
  577. case SUBLANG_SPANISH_COSTA_RICA: return "es_CR";
  578. case SUBLANG_SPANISH_PANAMA: return "es_PA";
  579. case SUBLANG_SPANISH_DOMINICAN_REPUBLIC: return "es_DO";
  580. case SUBLANG_SPANISH_VENEZUELA: return "es_VE";
  581. case SUBLANG_SPANISH_COLOMBIA: return "es_CO";
  582. case SUBLANG_SPANISH_PERU: return "es_PE";
  583. case SUBLANG_SPANISH_ARGENTINA: return "es_AR";
  584. case SUBLANG_SPANISH_ECUADOR: return "es_EC";
  585. case SUBLANG_SPANISH_CHILE: return "es_CL";
  586. case SUBLANG_SPANISH_URUGUAY: return "es_UY";
  587. case SUBLANG_SPANISH_PARAGUAY: return "es_PY";
  588. case SUBLANG_SPANISH_BOLIVIA: return "es_BO";
  589. case SUBLANG_SPANISH_EL_SALVADOR: return "es_SV";
  590. case SUBLANG_SPANISH_HONDURAS: return "es_HN";
  591. case SUBLANG_SPANISH_NICARAGUA: return "es_NI";
  592. case SUBLANG_SPANISH_PUERTO_RICO: return "es_PR";
  593. default: return "es";
  594. }
  595. case 0x30: /* SUTU */ return "bnt_TZ";
  596. case LANG_SWAHILI: return "sw_KE";
  597. case LANG_SWEDISH:
  598. switch (sub) {
  599. case SUBLANG_DEFAULT: return "sv_SE";
  600. case SUBLANG_SWEDISH_FINLAND: return "sv_FI";
  601. default: return "sv";
  602. }
  603. case LANG_SYRIAC: return "syr_TR"; /* An extinct language.  */
  604. case 0x64: /* TAGALOG */ return "tl_PH";
  605. case 0x28: /* TAJIK */ return "tg_TJ";
  606. case 0x5f: /* TAMAZIGHT */ return "ber_MA";
  607. case LANG_TAMIL:
  608. return "ta"; /* Ambiguous: could be "ta_IN" or "ta_LK" or "ta_SG".  */
  609. case LANG_TATAR: return "tt_RU";
  610. case LANG_TELUGU: return "te_IN";
  611. case LANG_THAI: return "th_TH";
  612. case 0x51: /* TIBETAN */ return "bo_CN";
  613. case 0x73: /* TIGRINYA */ return "ti_ET";
  614. case 0x31: /* TSONGA */ return "ts_ZA";
  615. case LANG_TURKISH: return "tr_TR";
  616. case 0x42: /* TURKMEN */ return "tk_TM";
  617. case LANG_UKRAINIAN: return "uk_UA";
  618. case LANG_URDU:
  619. switch (sub) {
  620. case SUBLANG_URDU_PAKISTAN: return "ur_PK";
  621. case SUBLANG_URDU_INDIA: return "ur_IN";
  622. default: return "ur";
  623. }
  624. case LANG_UZBEK:
  625. switch (sub) {
  626. /* FIXME: Adjust this when Uzbek locales appear on Unix.  */
  627. case SUBLANG_UZBEK_LATIN: return "uz_UZ@latin";
  628. case SUBLANG_UZBEK_CYRILLIC: return "uz_UZ@cyrillic";
  629. default: return "uz";
  630. }
  631. case 0x33: /* VENDA */ return "ven_ZA";
  632. case LANG_VIETNAMESE: return "vi_VN";
  633. case 0x52: /* WELSH */ return "cy_GB";
  634. case 0x34: /* XHOSA */ return "xh_ZA";
  635. case 0x78: /* YI */ return "sit_CN";
  636. case 0x3d: /* YIDDISH */ return "yi_IL";
  637. case 0x6a: /* YORUBA */ return "yo_NG";
  638. case 0x35: /* ZULU */ return "zu_ZA";
  639. default: return "C";
  640. }
  641. }