Jump to content

[Tutorial] Creating International Addons


Kal

Recommended Posts

Creating International Addons

This tutorial will explain you how to create international addons. It supposes that you already know how to make an addon and that you

Link to comment
Share on other sites

Full list of Strings Locale numbers for anybody who may need/want them

; 0436 is the language ID for Afrikaans

[strings.0436]

; 041C is the language ID for Albanian

[strings.041C]

; 1401 is the language ID for Arabic - Algeria

[strings.1401]

; 3C01 is the language ID for Arabic - Bahrain

[strings.3C01]

; 0C01 is the language ID for Arabic - Egypt

[strings.0C01]

; 0801 is the language ID for Arabic - Iraq

[strings.0801]

; 2C01 is the language ID for Arabic - Jordan

[strings.2C01]

; 3401 is the language ID for Arabic - Kuwait

[strings.3401]

; 3001 is the language ID for Arabic - Lebanon

[strings.3001]

; 1001 is the language ID for Arabic - Libya

[strings.1001]

; 1801 is the language ID for Arabic - Morocco

[strings.1801]

; 2001 is the language ID for Arabic - Oman

[strings.2001]

; 4001 is the language ID for Arabic - Qatar

[strings.4001]

; 0401 is the language ID for Arabic - Saudi Arabia

[strings.0401]

; 2801 is the language ID for Arabic - Syria

[strings.2801]

; 1C01 is the language ID for Arabic - Tunisia

[strings.1C01]

; 3801 is the language ID for Arabic - United Arab Emirates

[strings.3801]

; 2401 is the language ID for Arabic - Yemen

[strings.2401]

; 042B is the language ID for Armenian

[strings.042B]

; 082C is the language ID for Azeri - Cyrillic

[strings.082C]

; 042C is the language ID for Azeri - Latin

[strings.042C]

; 042D is the language ID for Basque

[strings.042D]

; 0423 is the language ID for Belarusian

[strings.0423]

; 0402 is the language ID for Bulgarian

[strings.0402]

; 0403 is the language ID for Catalan

[strings.0403]

; 0804 is the language ID for Chinese - China

[strings.0804]

; 0C04 is the language ID for Chinese - Hong Kong SAR

[strings.0C04]

; 1404 is the language ID for Chinese - Macau SAR

[strings.1404]

; 1004 is the language ID for Chinese - Singapore

[strings.1004]

; 0404 is the language ID for Chinese - Taiwan

[strings.0404]

; 041A is the language ID for Croatian

[strings.041A]

; 0405 is the language ID for Czech

[strings.0405]

; 0405 is the language ID for Danish

[strings.0406]

; 0813 is the language ID for Dutch - Belgium

[strings.0813]

; 0413 is the language ID for Dutch - Netherlands

[strings.0413]

; 0C09 is the language ID for English - Australia

[strings.0C09]

; 2809 is the language ID for English - Belize

[strings.2809]

; 1009 is the language ID for English - Canada

[strings.1009]

; 2409 is the language ID for English - Caribbean

[strings.2409]

; 0809 is the language ID for English - United Kingdom

[strings.0809]

; 1809 is the language ID for English - Ireland

[strings.1809]

; 2009 is the language ID for English - Jamaica

[strings.2009]

; 1409 is the language ID for English - New Zealand

[strings.1409]

; 3409 is the language ID for English - Phillippines

[strings.3409]

; 2C09 is the language ID for English - Trinidad

[strings.2C09]

; 0409 is the language ID for English - United States

[strings.0409]

; 1C09 is the language ID for English - South Africa

[strings.1C09]

; 0425 is the language ID for Estonian

[strings.0425]

; 0438 is the language ID for Faroese

[strings.0438]

; 0429 is the language ID for Farsi

[strings.0429]

; 040B is the language ID for Finnish

[strings.040B]

; 0C0C is the language ID for French - Canada

[strings.0C0C]

; 100C is the language ID for French - Switzerland

[strings.100C]

; 040C is the language ID for French - France

[strings.040C]

; 140C is the language ID for French - Luxembourg

[strings.140C]

; 083C is the language ID for Gaelic - Ireland

[strings.083C]

; 043C is the language ID for Gaelic - Scotland

[strings.043C]

; 0C07 is the language ID for German - Austria

[strings.0C07]

; 0807 is the language ID for German - Switzerland

[strings.0807]

; 0407 is the language ID for German - Germany

[strings.0407]

; 1407 is the language ID for German - Liechtenstein

[strings.1407]

; 1007 is the language ID for German - Luxembourg

[strings.1007]

; 0408 is the language ID for Greek

[strings.0408]

; 040D is the language ID for Hebrew

[strings.040D]

; 0439 is the language ID for Hindi

[strings.0439]

; 040E is the language ID for Hungarian

[strings.040E]

; 040F is the language ID for Icelandic

[strings.040F]

; 0421 is the language ID for Indonesian

[strings.0421]

; 0810 is the language ID for Italian - Switzerland

[strings.0810]

; 0410 is the language ID for Italian - Italy

[strings.0410]

; 0411 is the language ID for Japanese

[strings.0411]

; 0412 is the language ID for Korean

[strings.0412]

; 0426 is the language ID for Latvian

[strings.0426]

; 0427 is the language ID for Lithuanian

[strings.0427]

; 042F is the language ID for Macedonian (FYROM)

[strings.042F]

; 083E is the language ID for Malay

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...

hmm just a little question

well i was trying to make a localized inf just got into all this strings

i know that Primary language with the Sub language

well the translate works for all sub language can`t i just choose one

main language and the other goes under it

edit: i found that 0x01 this is the system default

so i can use main language with 0x01 as a sub language or what?

Edit2:nvm i used the default and it seems it worked fine

thx

Edited by DaRk MaDnEsS
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...