Page 1 of 1

How to set up languages in L2J

Posted: Fri Aug 31, 2012 11:46 pm
by Zoey76

Code: Select all

# ---------------------------------------------------------------------------# Multilingual support# ---------------------------------------------------------------------------# Enable or disable multilingual support.# Default: FalseMultiLangEnable = True # Default language, if not defined.# Default: enMultiLangDefault = en # List of allowed languages, semicolon separated.# Default: en;ruMultiLangAllowed = en;es # Enable or disable voice command .lang for changing languages on the fly.# Default: TrueMultiLangVoiceCommand = True # Enable or disable multilingual SystemMessages support.# Default: FalseMultiLangSystemMessageEnable = False # List of allowed languages for SystemMessages, semicolon separated.# Default: MultiLangSystemMessageAllowed =  # Enable or disable multilingual NpcStrings support.# Default: FalseMultiLangNpcStringEnable = False # List of allowed languages for NpcStrings, semicolon separated.# Default: MultiLangNpcStringAllowed = 
And put content in:

Code: Select all

datapack_root/data/lang/es/data/scripts/quests/Q00011_SecretMeetingWithKetraOrcs/

Re: How to set up languages in L2J

Posted: Sat Sep 01, 2012 12:52 am
by sefirot909
me lo explicas un poquito si no es mucha molestia, el primer documento lo tengo configurado pero despues que hago explicame un poquito.


I explain a little if not too much trouble, the first document I have it set but after I explain a little

Re: How to set up languages in L2J

Posted: Sat Sep 01, 2012 9:02 am
by jurchiks
You put your translated htmls in a folder that's named the same as the original, except the path changes from /data/html/default, for example, to /data/lang/**/data/html/default,
or /data/scripts/quests/*** to /data/lang/**/data/scripts/quests/***.

Re: How to set up languages in L2J

Posted: Sat Sep 01, 2012 9:05 pm
by sefirot909
A muchas gracias ya lo entendi.


A thank you very much and I understood.

Re: How to set up languages in L2J

Posted: Mon Dec 17, 2012 12:55 pm
by taro87
Thank you very much.

Re: How to set up languages in L2J

Posted: Sun Feb 17, 2013 2:07 am
by Cresceus
What about system messages?
Is the multilanguage support for the system messages implemented, too?

May someone explain how to set it up, please?

Thank you very much in advance!

Re: How to set up languages in L2J

Posted: Sun Feb 17, 2013 3:00 pm
by Gladicek
Cresceus wrote:What about system messages?
Is the multilanguage support for the system messages implemented, too?

May someone explain how to set it up, please?

Thank you very much in advance!
System messages are in client.

Re: How to set up languages in L2J

Posted: Sun Feb 17, 2013 3:52 pm
by Cresceus
Yes ok. I thought there is a solution found because of these parameters

Code: Select all

# Enable or disable multilingual SystemMessages support.# Default: FalseMultiLangSystemMessageEnable = False # List of allowed languages for SystemMessages, semicolon separated.# Default:MultiLangSystemMessageAllowed =
it's a pity. but there might be a solution. some other project were successfull without any client modding.
Nevertheless i'm really thankfull that this multilanguage support exists! (:


What about this parameter:

Code: Select all

# Enable or disable multilingual NpcStrings support.# Default: FalseMultiLangNpcStringEnable = False
What is NpcStrings support for? Is it implemented? And if yes, how can you use it?

Re: How to set up languages in L2J

Posted: Tue May 14, 2013 5:33 pm
by Hyrelius
*bump* Sorry - this is one of the issues bugging me as well.