Skip to main content
Participant
October 22, 2012
Question

Many Languages in an iOs App

  • October 22, 2012
  • 3 replies
  • 565 views

Hi,

Sorry for my bad English, I'm French !

I'm making an iPad game with Flash and Air. You can see the flash here : http://thomas-ruffier.com/divers/lebebepoulpe/

The home screen is in French, and i want to translate in many languages.

But how can I get the device language ? I want to change the homescreen for an English/German iPad.

Is it possible ?

Thanks a lot.

This topic has been closed for replies.

3 replies

Mark.fromOP
Inspiring
October 23, 2012

You could always just make it an option for the user to select the language.

Participant
October 23, 2012

Did you try the Capabilities.language? It returns two letters code for the most common languages (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html).

adinx2012Author
Participant
October 24, 2012

Thank you so much,

That is exactly what I was looking for !