Skip to main content
grosssmutttr
Known Participant
September 15, 2012
Answered

Export app for all languages

  • September 15, 2012
  • 1 reply
  • 637 views

Hi,

we developed over 20 apps with Flash Builder 4.6 for Android and iOS.

I think something is wrong with the export or we forgot an important fact.

We only get German reviews in GooglePlay and the AppStore.

We inserted 10 different languages in the AppStore and GooglePlay but the download rate in this countries is really bad until 0.

Is it because we developed the apps with the german Flash Builder 4.6?

Does it insert a parameter that the app only is shown in Germany?

What do we have to consider if we want to publish to all languages?

Best regards

This topic has been closed for replies.
Correct answer vabhatia

There is supportedLanguages tag in application descriptor that lets you choose the locale you wish to support. However the default behavior when you do not specify this element, then by default the packager performs the following actions based on the application type:

  • iOS — All languages supported by the AIR runtime are listed in the iOS app store as supported languages of the application.
  • Android — Application bundle has resources for all languages supported by the AIR runtime.

Following articles can help you further to add language specific information in your mobile application

http://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WS06ac295d95cf5a5c-4601cdc2134337a7308-8000

http://www.flashrealtime.com/supported-languages-adobe-ai/

1 reply

vabhatiaCorrect answer
Adobe Employee
September 17, 2012

There is supportedLanguages tag in application descriptor that lets you choose the locale you wish to support. However the default behavior when you do not specify this element, then by default the packager performs the following actions based on the application type:

  • iOS — All languages supported by the AIR runtime are listed in the iOS app store as supported languages of the application.
  • Android — Application bundle has resources for all languages supported by the AIR runtime.

Following articles can help you further to add language specific information in your mobile application

http://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WS06ac295d95cf5a5c-4601cdc2134337a7308-8000

http://www.flashrealtime.com/supported-languages-adobe-ai/