[solved][help]What is the function [LanguageType]?

Results 1 to 5 of 5
  1. #1
    Member fyrjzy is offline
    MemberRank
    May 2012 Join Date
    99Posts

    wink [solved][help]What is the function [LanguageType]?

    Code:
    LanguageType  0 : [LANGUAGE_TYPE_KOREAN]
    LanguageType  1 : [LANGUAGE_TYPE_ENGLISH]
    LanguageType  2 : [LANGUAGE_TYPE_JAPANESE]
    LanguageType  3 : [LANGUAGE_TYPE_CHINESE]
    LanguageType  4 : [LANGUAGE_TYPE_VIETNAMESE]
    LanguageType  5 : [LANGUAGE_TYPE_GERMAN]
    LanguageType  6 : [LANGUAGE_TYPE_THAI]
    LanguageType  7 : [LANGUAGE_TYPE_RUSSIAN]
    LanguageType  8 : [LANGUAGE_TYPE_TAIWANESE]
    LanguageType  9 : [LANGUAGE_TYPE_TURKISH]
    LanguageType 10 : [LANGUAGE_TYPE_FRENCH]
    LanguageType 11 : [LANGUAGE_TYPE_ITALIAN]
    LanguageType 12 : [LANGUAGE_TYPE_POLISH]
    LanguageType 13 : [LANGUAGE_TYPE_SPANISH]
    LanguageType 14 : [LANGUAGE_TYPE_UNKNOWN]
    LanguageType 15 : [LANGUAGE_TYPE_UNKNOWN]
    in folder “\config\Localization” all *.cfg have “# Language” is 1 . can change to other languagetype. and what's the function for it. thanks.....
    Last edited by fyrjzy; 27-05-13 at 02:42 AM.


  2. #2
    [solved][help]What is the function [LanguageType]? Future is offline
    LegendRank
    Dec 2011 Join Date
    2,265Posts

    Re: [help]What is the function [LanguageType]?

    Well is this really a question?

    Language Type is the servers language...
    You can set it in the global.cfg and on the localization files (maybe somewhere else too)

    This variable is connected to the Scmonitor tool.
    If the variable is something else than 0 the scmonitor tool uses the names in the localization configuration files to create the omi.tex
    so you will have a omi.tex of the language you´ve choosen in the global.cfg, localization files.
    If the variable is 0 the scmonitor tool will create the omi.tex from the database only, without using the localization files (as it says "Language Type Korean doesn´t need to set this" when you try to set a localization path in the omi.tex generator)
    Last edited by Future; 27-05-13 at 11:05 AM. Reason: I wrote clobal.cfg instead of global.cfg :3

  3. #3
    [solved][help]What is the function [LanguageType]? St34lth4ng3l is offline
    MemberRank
    Apr 2013 Join Date
    __FILE__Location
    899Posts

    Re: [help]What is the function [LanguageType]?

    Quote Originally Posted by FutureAR View Post
    Well is this really a question?
    I thougt that too and i wrote a reply to that but a very special person deleted it ( i think everyone knows who's that)

  4. #4
    You got reported! :o Kasistar is offline
    MemberRank
    Oct 2011 Join Date
    647Posts

    Re: [help]What is the function [LanguageType]?

    Quote Originally Posted by st34lth4ng3l View Post
    but a very special person deleted it ( i think everyone knows who's that)
    noooooooooooooot :D

  5. #5
    Member fyrjzy is offline
    MemberRank
    May 2012 Join Date
    99Posts

    Re: [help]What is the function [LanguageType]?

    Quote Originally Posted by FutureAR View Post
    Well is this really a question?

    Language Type is the servers language...
    You can set it in the clobal.cfg and on the localization files (maybe somewhere else too)

    This variable is connected to the Scmonitor tool.
    If the variable is something else than 0 the scmonitor tool uses the names in the localization configuration files to create the omi.tex
    so you will have a omi.tex of the language you´ve choosen in the global.cfg, localization files.
    If the variable is 0 the scmonitor tool will create the omi.tex from the database only, without using the localization files (as it says "Language Type Korean doesn´t need to set this" when you try to set a localization path in the omi.tex generator)
    thanks, I understand.



Advertisement