I use a GUI simil-scumm..
For translate my game (it's in italian) I have used the script:Code: ags
It works but the text of the GUI is translated only on a Hotspot, while on an object or character is in original language.
Why?
For translate my game (it's in italian) I have used the script:
if (Game.TranslationFilename == "English") { }
It works but the text of the GUI is translated only on a Hotspot, while on an object or character is in original language.
Why?