Hello.
i have
-sprite with string instance variable.
-Global variable LANGUAGE
-Text object
In properties of this sprite in layout editor i set this string as " Dog "
Now in event sheet
when i click on the sprite
when Language is 0, display text in English (Dog)
when Language is 1 display automatically in Polish (Pies)
etc..
si i need to construct translate typed string "Dog' to other languages
its possible to make that way?