Multi-Language Support Initiating...
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- shansoft
- L2j Veteran
- Posts: 36
- Joined: Wed Dec 19, 2007 4:40 am
Re: Multi-Language Support Initiating...
this system is not purposely for multiple language on same server, that will only make things more complicate....
it is mean for multi-language user who want to change their language to be other than english...
therefore it is completely useless to make a sub folder just for languages while it takes more work to do that but do no effect or any advantage from it...
and no, client cannot receive different languages chat, I have done that before with Asian clients..
sometime it crash instantly, most of the time it shows blank word, and blank name of a character..
which is totally inconvenient to combine multiple languages into one hosting server...
it is mean for multi-language user who want to change their language to be other than english...
therefore it is completely useless to make a sub folder just for languages while it takes more work to do that but do no effect or any advantage from it...
and no, client cannot receive different languages chat, I have done that before with Asian clients..
sometime it crash instantly, most of the time it shows blank word, and blank name of a character..
which is totally inconvenient to combine multiple languages into one hosting server...
-
- Posts: 41
- Joined: Sat Apr 26, 2008 6:54 am
- Location: Poland
Re: Multi-Language Support Initiating...
shansoft my team is working on your systemmessage version. Give me a few days. Now it's comlete +/- 25%
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Multi-Language Support Initiating...
guys...help me a little 
could you tell me wich way to dig? where starts parsing of datapack path?
i need to resolve only html folders and script folder.

could you tell me wich way to dig? where starts parsing of datapack path?
i need to resolve only html folders and script folder.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- shansoft
- L2j Veteran
- Posts: 36
- Joined: Wed Dec 19, 2007 4:40 am
Re: Multi-Language Support Initiating...
why are you doing that?denser wrote:guys...help me a little
could you tell me wich way to dig? where starts parsing of datapack path?
i need to resolve only html folders and script folder.
just edit the file instead...
there is no point of separating the dp folder...
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Multi-Language Support Initiating...
oh..
you know a word: expiriense ?
i want to try make this works...
you know a word: expiriense ?
i want to try make this works...
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- shansoft
- L2j Veteran
- Posts: 36
- Joined: Wed Dec 19, 2007 4:40 am
Re: Multi-Language Support Initiating...
all I have to say is this could take up some time to find the path.... and edit them all...denser wrote:oh..
you know a word: expiriense ?
i want to try make this works...
- nonom
- L2j Veteran
- Posts: 649
- Joined: Wed Mar 11, 2009 10:34 pm
- Location: Magmeld
Re: Multi-Language Support Initiating...
We have a nice datapack, multiplies for each language and sum effort to maintenance. Only english, or maybe a simple tags parser.denser wrote:in case, just read property from db account - locale - fyl core will look to the folder in htmls where are they.(1321_quest/ru/default.html; html/merchant/ru/12345.hml etc)
JUST add codename of locale to looking up if any files has there.
I havent l2jtw Mr. sanshot, but i was seeying your multilanguage system side server, i like so much, also i was getting a lot of problems to get some html gracia update files, share is nice

Regards, great thread
- shansoft
- L2j Veteran
- Posts: 36
- Joined: Wed Dec 19, 2007 4:40 am
Re: Multi-Language Support Initiating...
haha, I will have a talk with dev, but I will definitely have a special forum and svn up for this multi-language, due to l2j officially only support English....nonom wrote:We have a nice datapack, multiplies for each language and sum effort to maintenance. Only english, or maybe a simple tags parser.denser wrote:in case, just read property from db account - locale - fyl core will look to the folder in htmls where are they.(1321_quest/ru/default.html; html/merchant/ru/12345.hml etc)
JUST add codename of locale to looking up if any files has there.
I havent l2jtw Mr. sanshot, but i was seeying your multilanguage system side server, i like so much, also i was getting a lot of problems to get some html gracia update files, share is nice![]()
Regards, great thread
PM me if you want to work on which language, so I can open up a SVN for it...
also forum..
- shansoft
- L2j Veteran
- Posts: 36
- Joined: Wed Dec 19, 2007 4:40 am
Re: Multi-Language Support Initiating...
alright, forum is up for multi-language users...
www.l2jtw.com/forum/
any translator or want to be contribute the multi-language relate thing please contact me first....
www.l2jtw.com/forum/
any translator or want to be contribute the multi-language relate thing please contact me first....
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Multi-Language Support Initiating...
thread dead, is it?
i found one of the projects with integrated command .eng .ru .tw .what_ever_you_want
so i need help to port it to my favorite project - L2J
i found one of the projects with integrated command .eng .ru .tw .what_ever_you_want
so i need help to port it to my favorite project - L2J
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
-
- Posts: 3
- Joined: Thu Dec 11, 2008 3:06 pm
Re: Multi-Language Support Initiating...
Why we should add in core support for datatable characters after vitality language
with 0 for english 1 for russian and go on
and in core-side like send.systemmessage(SystemMessage.NOT_IN_PARTY) change to send.systemmessage("Text")????
or something like that!!
with 0 for english 1 for russian and go on
and in core-side like send.systemmessage(SystemMessage.NOT_IN_PARTY) change to send.systemmessage("Text")????
or something like that!!
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Multi-Language Support Initiating...
System messages does not contain text.
Also russian servers usually support rusretail client with already translated system messages.
Also russian servers usually support rusretail client with already translated system messages.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Multi-Language Support Initiating...
unified server-side of language. and maximum unhardcoding all of messages
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- Pere
- Posts: 400
- Joined: Sat Jan 05, 2008 11:09 am
- Location: Catalunya, Berguedà
Re: Multi-Language Support Initiating...
And what about supporting different languages at the same time? Not 1 specified in the config files 

Bones tardes amics meus tots!
-
- Posts: 3
- Joined: Thu Dec 11, 2008 3:06 pm
Re: Multi-Language Support Initiating...
Maybe this one???
Code: Select all
activeChar.sendMessage("text");