Forum rules - please read before posting.

Transltation variables

I have a problem with the translation of variables.
Actually, I have a global string variable marked values can be translated. In two languages. But always run in the same language.
 fact1 = GlobalVariables.GetStringValue(42, true);

If I change like this:
 fact1 = GlobalVariables.GetStringValue(42, true, 1);
or
 fact1 = GlobalVariables.GetStringValue(42, true, 2);
work but i cant detect what language is.

Is there any function that gives an int with the language number?
thanks

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.