Results 1 to 4 of 4

Thread: [CoD2]Language Information

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts

    [CoD2]Language Information

    I'm having trouble finding any information about cod2 languages so i'm hoping someone can help fill the blanks.

    My analysis;

    You can use the cvar/dvar "loc_language" to detect which language the client is using.

    However this it is stored in an integer, with no way to know the actual language.

    There are fifteen languages (0-14).

    0 = English
    1 = Chinese?
    2 = Unknown
    3 = Unknown
    4 = Spanish
    5 = Unknown
    6 = Russian
    7 = Polish?
    8 = Unknown
    9 = Unknown
    10 = Unknown
    11 = Unknown
    12 = Unknown
    13 = Unknown
    14 = Czech?

    Digging through the .exe with a hex editor I managed to find these fifteen possible languages;
    English
    Czech (Added in 1.2 patch)
    Leet (Probably 1337 speak)
    Thai
    Chinese
    Japanese
    Taiwanese
    Korean
    Polish
    Russian
    British
    Spanish
    Italian
    German
    French

    So can anyone fill the unknowns?
    Last edited by filthy_freak_; 9th May 2015 at 16:13.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •