In our product for localization it is used as html:
gameserver/data/html-en English.
gameserver/data/html-ru Russian language.
For general localization of standard teleport points or custom system messages and localization of custom services and NPC's, use:
gameserver/data/string/strings_en.properties English.
gameserver/data/string/strings_ru.properties Russian language.
Also, if you are using a GM character, you could immediately see the location of the dialog:
Essential elements like NPC/skill/Map and standard UI elements are located directly in the game client
gameserver/data/html-en English.
gameserver/data/html-ru Russian language.
For general localization of standard teleport points or custom system messages and localization of custom services and NPC's, use:
gameserver/data/string/strings_en.properties English.
gameserver/data/string/strings_ru.properties Russian language.
Also, if you are using a GM character, you could immediately see the location of the dialog:
Essential elements like NPC/skill/Map and standard UI elements are located directly in the game client
Last edited: