User Tag List

Results 1 to 10 of 10

Thread: App Languages

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation App Languages

    Is there a way to make a app with multiple languages ? so that, for example: if the user downloads the app in an english speaking country the app is english, or if he downloads in spain, it is spanish, etc...

    when i make a "Play" button, i could use different animations or directions with different languages, so that i could use it like this:

    if download location is USA then set direction of "play" button to "english or so.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think it was Olivier who posted a nice method. The IOS Object can retrieve the preferred language. Personally I use this for my bi-language games. I check if the player uses german settings and adjust buttons and text. If it's not german I keep everything in english.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for answering i could not find Oliviers post. do you know the link, or can you post a example please ?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just look at the help of the IOS Object, under expressions. It returns language strings like de, fr, en, etc.
    So, in my case I check if the preferred language string="de". If so, I use german buttons. If not I keep everything in english, which is my default. It's really just a single string comparison (use index 0 for the preferred language string).

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok great. i will try it.Thank you

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i do not understand it. if use the ios object, i can not choose a condition like "preferred language"

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this right so ?

    1. set global string a to de ( for german )
    2. compare to global string: global string a is equal GetNthPreferredLanguage$("IOS",0) then set object to german

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Captain_Harris View Post
    is this right so ?

    1. set global string a to de ( for german )
    2. compare to global string: global string a is equal GetNthPreferredLanguage$("IOS",0) then set object to german
    OK .... i' tried this and it works. Thanks my friend

  9. #9
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's fine

    You can also use "Compare two general values". Seems you don't know this option, look at it, it's useful.

    In the current situation you don't need a global string. Instead, you can directly compare "de" to GetNthPreferredLanguage$("IOS",0)

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah .... Ok. Thanks

Similar Threads

  1. Working in different languages (font scripts)
    By Gary_Molton in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 10th October 2007, 02:27 PM
  2. Languages
    By Nyyss0nen in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 26th September 2007, 07:47 PM
  3. The best way to make a several languages
    By Greg in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th March 2007, 02:46 PM
  4. How to handle fonts using multiple languages?
    By arsdigita in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd September 2006, 07:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •