multi language game.

Hi guys. I'm new on game salad. i have bought the pro membership, and i need to know if have any suggest for making multi language game.
Sorry for my bad english.
tnx at all.

Comments

  • MattButlerStudiosMattButlerStudios Member Posts: 486

    Making an app with multiple languages would require you to first detect the language that the player wants. Make buttons that upon touch change an attribute to a certain value.

    EX: when touch is pressed change game.language to 3

    Inside of your game actors that have the written text you can make a rule similar to this:

    when game.language = 3 change image (text) to French
    

    This is the basic outline of what you would do, and you can always set a default language that the app boots into.

  • meth.984@gmail.commeth.984@gmail.com Member, PRO Posts: 6

    i've try it but don't work...!!!! :-/ I think I've done something wrong..... any best exemple?

Sign In or Register to comment.