Jump to content
  • 0

Select a language


Levels_Up

Question

1 answer to this question

Recommended Posts

  • 0

Hello everyone, possible to make a select a language, how? I want to make Russian and English server, But for Russians need a Russian translation, and for British English, please help me. Mean range of translation scripts

https://github.com/vbawol/DayZ-Epoch/blob/master/SQF/dayz_epoch_b/stringtable.xml this is the string table where DayZ epoch storage his translation for diffrent language, so if you want maybe show some text on diffrent languages you need to define a new string there and throw the text  out like this: 

cutText [(localize "str_epoch_player_40") , "PLAIN DOWN"];

this will show the string in your client language if the language is defined in the stringtable.

 

But anyway, i dont know where the stringtable.xml is defined, but you need to copy the stringtable.xml in your Mission file and called it somewhere, but dont know how.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...