How to set up languages in L2J

Find all FAQs, HOWTOs and guides here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

How to set up languages in L2J

Post 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/
Powered by Eclipse 4.30 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.2.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
sefirot909
Posts: 97
Joined: Wed Jul 06, 2011 9:05 pm

Re: How to set up languages in L2J

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: How to set up languages in L2J

Post 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/***.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
sefirot909
Posts: 97
Joined: Wed Jul 06, 2011 9:05 pm

Re: How to set up languages in L2J

Post by sefirot909 »

A muchas gracias ya lo entendi.


A thank you very much and I understood.
taro87
Posts: 18
Joined: Mon Dec 10, 2012 12:37 pm

Re: How to set up languages in L2J

Post by taro87 »

Thank you very much.
Cresceus
Posts: 238
Joined: Tue Jan 15, 2008 8:20 am
Location: Germany

Re: How to set up languages in L2J

Post 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!
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: How to set up languages in L2J

Post 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.
ImageImage
L2J retired
Cresceus
Posts: 238
Joined: Tue Jan 15, 2008 8:20 am
Location: Germany

Re: How to set up languages in L2J

Post 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?
Hyrelius
Posts: 257
Joined: Thu Dec 16, 2010 5:16 am

Re: How to set up languages in L2J

Post by Hyrelius »

*bump* Sorry - this is one of the issues bugging me as well.
Image
I don't mind helping - however: I only do so if I want to.
No support for other server packs than L2J.
Post Reply