• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Air 3.2 - iOS languages

Guest
Mar 29, 2012 Mar 29, 2012

Copy link to clipboard

Copied

Hello there,

If i was not wrong, I've read some time ago that in Air 3.2 there would have been a fix for the multiple languages problem on iOS.

That is that at last I can specify what are the languages supported without having to "re-sign" the package after deleting the ".lproj" directories of the unsupported languages (only doable from Mac).

I've just overlayed Air3.2 over Flash CS5.5 and then I recreated the .ipa file.

I've looked into it and I still see the ".lproj" directories of the unsupported languages.

Where am I wrong?

Have I to add some new lines In the "main-app.xml" ?

Thanks in advance

P.S. Another question: does anyone here knows if in Flash CS6 we have to overlay manually AIR when a new AIR version comes out?

TOPICS
Development

Views

3.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Mar 29, 2012 Mar 29, 2012

AIR 3.2 does now have support for displaying the proper iOS language on the App Store.

You need to include the follwing tag in your -app.xml to support only English. It should be included immediately after your ending </initialWindow> tag.

<supportedLanguages>en</supportedLanguages>

If you want to support multiple languages, IIRC you include them all in  the same tag each separated by a space.

Here are some additional details (also read people's comments at the end of the page):

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

...

Votes

Translate

Translate
Explorer ,
Mar 29, 2012 Mar 29, 2012

Copy link to clipboard

Copied

AIR 3.2 does now have support for displaying the proper iOS language on the App Store.

You need to include the follwing tag in your -app.xml to support only English. It should be included immediately after your ending </initialWindow> tag.

<supportedLanguages>en</supportedLanguages>

If you want to support multiple languages, IIRC you include them all in  the same tag each separated by a space.

Here are some additional details (also read people's comments at the end of the page):

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

I don't know the answer to your CS6 question.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 29, 2012 Mar 29, 2012

Copy link to clipboard

Copied

If you don't change the languages in the app descriptor xml, does it then load all languages, or just English? I'll know myself soon, an app I made is "waiting for review", and it was made with AIR 3.2, but I didn't set the languages in the xml.

About CS6, I can make an educated guess that the situation will remain the same as with CS5.5, with regard to adding newer versions of AIR, when they exist.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 29, 2012 Mar 29, 2012

Copy link to clipboard

Copied

Not sure what happens when you leave out the <supportedLanguages>en</supportedLanguages> tag.

I added that tag and my app update was accepted today by Apple. It is now showing up as supporting English only in the App Store for the first time. Yay!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 06, 2013 Sep 06, 2013

Copy link to clipboard

Copied

AirDoctrine2 wrote:

Not sure what happens when you leave out the <supportedLanguages>en</supportedLanguages> tag.

If you omit the tag, it might seem logical to expect that the App Store would go by the choice you made for "Default Language" iTunes Connect, prior to uploading your binary.

Unfortunately, that does not happen.  Instead, omitting the tag causes all languages to be dumped into your app's description (currently English, Czech, Dutch, French, German, Italian, Japanese, Korean, Polish, Portuguese, Russian, Simplified Chinese, Spanish, Swedish, Traditional Chinese, Turkish).

Unless you are planning to support all of those languages in your app, it's probably best to specify the <supportedLanguages> tag in your application xml!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 10, 2013 Nov 10, 2013

Copy link to clipboard

Copied

What's the real difference between listing all of the languages or only the supported ones? Your app is not listed for users of the unsupported languages? I hope not, because sometimes we get new customers which use languages still unsupported in our app, and then we add localizations for their language after subscribing to our service. Would it hurt visibility not to list all languages?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 10, 2013 Nov 10, 2013

Copy link to clipboard

Copied

LATEST

I’ve seen criticism from users when you list all the languages, when really the app only uses English. So, these days I carefully check off just the languages that are used in the app.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 30, 2012 Mar 30, 2012

Copy link to clipboard

Copied

Thanks to everyone,

I've just done what you described and it worked very well.

*bows*

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines