List of Language IOS Package

It seems that many developers are having problems with the list of languages supported by the application at itunes. I believe that languages are included in the package for installation purposes on the Android platform, but that could not be used to package IOS. Anyone got some way to fix it?
thank you!

Did additional digging.  There is a bug on this issue over at bugbase.adobe.com.  I'd like to encourage you to vote and comment if you haven't already done so.  We do plan on addressing this in a future release, though I don't have anything specific date or release that I can announce.  I can say though that we really take bug comments seriously, your feedback is extremely important.
2878252 - [Platform_iOS] Needless localization was added.
Thanks,
Chris

Similar Messages

  • HT2371 How to change language list order in iOS?

    I using on my iPhone ukrainian language as primary language. In language list second language is english, third language is russian. So if app haven't ukrainian lang, it using english. I want change second lang to russian. How I can do it?

    Normally you can move a language up the list by changing your device to that language and then back to your preferred language.  But I think there is a bug/feature in iOS that prevents English from going any lower than second place.  You can tell Apple you want that changed at
    http://www.apple.com/feedback/iphone.html

  • Unable To Include Files In iOS Package

    Hi,
    I an using the latest release version of Flash Builder, trying to package an app for the iPad. I have an AIR application that I created to run on a desktop, and have modified it to run on the iPad. It works fine, however I cannot package the need resource files it uses, such as jpg, xml, swf, and flv files within the ipa file using Flash Builder. It seems that if I select more than 30-40 of these types of files to include, Flash Builder will not compile the ipa file without some sort of error, the most common one talks about:
    "Cannot run program "java.exe" (in directory "C\Users\lee\AppData\Local\Temp\AOT1308010984915"): CreateProcess error=206, The filename or extension is too long"
    Now I am guessing that Flash Builder is appending all of my selected files to a command line string or something somewhere, and so it can't handle that long of string on the command line. If I stick to less than 30 files, it works fine, but if I try and the 1000 or so files that I need to, it will not work.
    This app would never be in the app store, but rather on internal company iPads. The reason for so many files is the number of products the app covers, and the number of languages it supports. So yes the ipa file would be about 500Mb, but that should not be an issue, since an ipa file is basically a zipped archive. I think this is a bug though in Flash Builder; the program also becomes unresponsive when trying to access the include file list located in Project Properties -> ActionScript Build Packaging -> Apple iOS settings dialog. It make take several minutes before FB becomes responsive again when working with this number of files.
    Does anyone have any suggestions?
    thanks

    Hello,
    Since I first encountered this bug, I have always had my asset files in
    subfolders. See the attached screen shot. This is my project folder, and
    every subfolder is included except for the com folder, which for some
    reason FB copied into the bin directory on it's own.
    So I do not think this fixed. In this report, they are not using the same
    number of files as I am, so it is possible that this only works with a low
    number of files.
    thx
    Anirudh Sasikumar <[email protected]>
    06/23/2011 01:26 AM
    Please respond to
    [email protected]
    To
    Keith Lee <[email protected]>
    cc
    Subject
    Unable To Include Files In iOS Package
    Caterpillar: Confidential Green Retain Until: 07/23/2011
    Here is the bug: https://bugs.adobe.com/jira/browse/FB-31616
    The comments seem to indicate that if you put your files in a subfolder
    rather than directly in src, it should work.
    Let us know how it goes.
    -Anirudh

  • Korean Language Support Package required for Reader but not Acrobat?

    One of our departments on campus has created a form that is causing some users to get a message prompting them to download the Korean Language Support Package in order to fill in the form fields.
    When I originally tested this in Acrobat Pro 9 I didn't get any errors.  Another user also reported the issue recently (two this week).  So we tested it again, but this time used both Reader 9 and Reader X -- both programs were generating this message to download the language pack.  The form appears to be completely in English with no Korean characters.  It uses fairly standard fonts and I didn't see any embedding or encoding issues with the fonts.
    Aside from having end users download a Korean Language Support Pack to view a PDF that doesn't seem to contain any Korean, are there any other options out there without recreating the form from scratch?  Here is a list of the fonts used in the PDF.  The only types of encoding are Ansi and Identity-H (which I expanded in the SS above), with the latter fonts being embedded within the PDF.
    Any ideas?  The form is linked below.  Thanks in advance for your replies.
    Here is a link to the PDF

    SOLVED
    While our problems differ, my solution may still be relevant.
    My culprit was a rogue font in an embedded Visio drawing. I identified and located the font using the "List text using non-embedded fonts" Preflight analysis in Acrobat 9.4 Pro. I checked the encoding of each non-embedded font and discovered that Arial Unicode MS used Korean font encoding (specifically, KSCms-UHC-H). See screenshot below. Doubleclicking on one of the font properties highlighted the offending text in the pdf.
    I went to that location in the source file, which happened to be in the first embedded Visio drawing (shown above). I double clicked the drawing, selected all, and selected Arial font. Then I regenerated the pdf and viewed it in Reader X. The Korean language pack error message did not appear and all Visio drawings displayed normally.
    I would recommend using the Acrobat preflight tools to locate text or objects with incorrect font encoding within your PDF or form, then surgically striking (or carpet bombing) the affected location(s) in the source files with embedded/supported fonts.
    Hope this helps.
    Message was edited by: mugg326

  • Error message when trying to add signature. An error has occurred that may be fixed by installing the latest version of the Japanese Language Support package.

    Error message when trying to add signature. An error has occurred that may be fixed by installing the latest version of the Japanese Language Support package.  How can I fix this?
    Thanks
    [email protected]

    What is your operating system?  Reader version?

  • Korean language support package

    I'm using Abobe Acrobat 9 standard, when I use typewriting for typing, error message: fixed by installing the latest version of the Korean language support package.  Pls let me know where to download, thanks

    where to download Korean language support package

  • Another iOS packager bug

    Came across another bug in iOS packager. In my project I have a function looking like this:
    private function sample():Object
         var iValue:int = 10;
          return false ? iValue : null;
    It correctly returns 'null' if packaged in ipa-debug-interpreter, apk-captive-runtime modes or if running in ADL. But it returns '0' if packaged in ipa-ad-hoc mode. I had to spend a whole day to figure out where is the problem. This is not the first type cast issue I came across. And it takes a lot of effort everytime to debug (10 minutes to build the project!). I'm breaking a dead line giving my customer an excuse that 'Adobe packager for iOS does not work right'. Which sounds like total BS of course. Adobe, please, get this straight. It is hard enough to develop with AIR for mobile. Bugs like this one make it much worse. Either way, I'm planning to advocate for using native tools in our next projects.

    I'm still using AIR 3.2. Unfortunately, I don't have a chance to try latest AIR 3.4 at the moment. But I will check the same code when I update AIR SDK.
    The code I posted is not a real code of course. I had to strip some logic and modify operators a bit. But I had hoped the bug would still reproduce. From my experience, most of the iOS packager bugs are caused by the rules of type casting that are not AS3 compliant. I have an impression that type casting rules used in the packager are more like classic C type casting rules. As the result, same code executes differently on iOS and Android|Windows. And it has being a huge problem for me.

  • Having trouble downloading form that says I need Traditional Chinese Language Support Package?????

    Having trouble downloading form that says I need Traditional Chinese Language Support Package?????
    I dont know why.  The Adobe site says I need Adobe 9 ???

    Which Adobe product or service is this error message in relation too?  Could you possibly post a screenshot?

  • Air 2.7 iOS packager instructions.

    Hi,
    I currently have Flash CS 5.0.  Where can I find instructions on using Air 2.7 iOS packager with it?  I would prefer the IDE interface, not the command line.
    If this is not possible with Flash CS5.0, can it be done with Flash CS 5.5?
    Thank you.

    Replacing Air 2.6 directory with Air 2.7 directory sounds like a hack.  Is that recommended by Adobe?
    I'm curious why after doing such an amazing job optimizing Air 2.7 for iOS they didn't update the Flash IDE to better integrate with the latest Air.  It would seem like the most trivial part of the update.

  • IOS packager throws java.lang.OutOfMemoryError when packaging large projects

    Crosspost from stackoverflow, I figured this forum might have some insights too!
    I've been porting a Flex 4 codebase to iOS using the adobe packager, but have run into a snag when trying to package our whole codebase. The packager runs for a while and then throws an OutOfMemoryError - even if I increase the java heap size to 4GB.
    No single piece of code seems to be causing the problem, as it compiles successfully if I cut out large chunks of code, and I can change which chunks I'm omitting. It might be related to the size of the code itself.
    I've logged a very detailed bug report with adobe here: http://bugs.adobe.com/jira/browse/FB-32192 . It includes an AIRI file that you can package to reproduce the issue, a ruby script that generates actionscript code to generate that AIRI file, and a summary of all of the things I tried before logging the bug.
    Has anyone else tried compiling large projects with the iOS packager? Are there any known workarounds?

    Thanks for reporting the issue, we are working on it, hopefully it will be available in next major version of AIR.
    To know more about it, you might want nominate yourself for our prerelease program at this link.
    http://labs.adobe.com/technologies/flashplatformruntimes/air3/
    Thanks,
    Amish.

  • Flex 4.5 mxml based application not running after iOS packaging on i pad

    I have created one mxml based application on flex 4.5 and make the .ipa file by iOS packaging of adt command.The command  goes as followes
    adt -package -target ipa-debug -storetype pkcs12 -keystore  development_key.p12 -provisioning-profile flex_air.mobileprovision  testIphone.ipa testIphone-app.xml testIphone.swf
    The .ipa files are generated in the root folder of the C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\bin folder.
    But when I am running that file in Ipad it is not working.Cant install that application on Ipad.
    Can anybody have any solution for this??

    Hi Debarghya:
    As you mention "Cant install that application on Ipad." I am assuming that you can't get it on your iPad if that is the case. There are two things you should check.
    1. Does your mobileprovision has your device added to it, on iTunes portal?
    2. Make sure the id tag in testIphone-app.xml matches with your application identifier for which you created this provision and certificate on iTunes portal.
    If the problem is that application is installed on your iPad. But when you launch you see black screen forever or application closes automatically to take you to home screen.
    1. try with  -target ipa-debug-interpreter instead of -target ipa-debug and see if application starts and post your findings back.

  • Chinese Language Support Package ?

    When users try to open my distributed forms using Adobe Reader 9 they get an alert box which states:
    'You need to install the Traditional Chinese Language Support Package to view or fill in this form.  If you continue without installing this package the form will not work correctly'
    Is there anything within LiveCycle Designer which can be changed to prevent this message from appearing when users try to open the form ?
    Here is the script of my form, I have very little experience of Java Script but I cannot see any ref. to Chinese ?
    Any Help would be greatly appreciated......
    leSet xmlns="http://www.xfa.org/schema/xfa-locale-set/2.7/">
       <locale name="en_IE" desc="English (Ireland)">
          <calendarSymbols name="gregorian">
             <monthNames>
                <month>January</month>
                <month>February</month>
                <month>March</month>
                <month>April</month>
                <month>May</month>
                <month>June</month>
                <month>July</month>
                <month>August</month>
                <month>September</month>
                <month>October</month>
                <month>November</month>
                <month>December</month>
             </monthNames>
             <monthNames abbr="1">
                <month>Jan</month>
                <month>Feb</month>
                <month>Mar</month>
                <month>Apr</month>
                <month>May</month>
                <month>Jun</month>
                <month>Jul</month>
                <month>Aug</month>
                <month>Sep</month>
                <month>Oct</month>
                <month>Nov</month>
                <month>Dec</month>
             </monthNames>
             <dayNames>
                <day>Sunday</day>
                <day>Monday</day>
                <day>Tuesday</day>
                <day>Wednesday</day>
                <day>Thursday</day>
                <day>Friday</day>
                <day>Saturday</day>
             </dayNames>
             <dayNames abbr="1">
                <day>Sun</day>
                <day>Mon</day>
                <day>Tue</day>
                <day>Wed</day>
                <day>Thu</day>
                <day>Fri</day>
                <day>Sat</day>
             </dayNames>
             <meridiemNames>
                <meridiem>AM</meridiem>
                <meridiem>PM</meridiem>
             </meridiemNames>
             <eraNames>
                <era>BC</era>
                <era>AD</era>
             </eraNames>
          </calendarSymbols>
          <datePatterns>
             <datePattern name="full">EEEE D MMMM YYYY</datePattern>
             <datePattern name="long">D MMMM YYYY</datePattern>
             <datePattern name="med">D MMM YYYY</datePattern>
             <datePattern name="short">DD/MM/YYYY</datePattern>
          </datePatterns>
          <timePatterns>
             <timePattern name="full">HH:MM:SS Z</timePattern>
             <timePattern name="long">HH:MM:SS Z</timePattern>
             <timePattern name="med">HH:MM:SS</timePattern>
             <timePattern name="short">HH:MM</timePattern>
          </timePatterns>
          <dateTimeSymbols>GyMdkHmsSEDFwWahKzZ</dateTimeSymbols>
          <numberPatterns>
             <numberPattern name="numeric">z,zz9.zzz</numberPattern>
             <numberPattern name="currency">$z,zz9.99</numberPattern>
             <numberPattern name="percent">z,zz9%</numberPattern>
          </numberPatterns>
          <numberSymbols>
             <numberSymbol name="decimal">.</numberSymbol>
             <numberSymbol name="grouping">,</numberSymbol>
             <numberSymbol name="percent">%</numberSymbol>
             <numberSymbol name="minus">-</numberSymbol>
             <numberSymbol name="zero">0</numberSymbol>
          </numberSymbols>
          <currencySymbols>
             <currencySymbol name="symbol">€</currencySymbol>
             <currencySymbol name="isoname">EUR</currencySymbol>
             <currencySymbol name="decimal">.</currencySymbol>
          </currencySymbols>
          <typefaces>
             <typeface name="Myriad Pro"/>
             <typeface name="Minion Pro"/>
             <typeface name="Courier Std"/>
             <typeface name="Adobe Pi Std"/>
             <typeface name="Adobe Hebrew"/>
             <typeface name="Adobe Arabic"/>
             <typeface name="Adobe Thai"/>
             <typeface name="Kozuka Gothic Pro-VI M"/>
             <typeface name="Kozuka Mincho Pro-VI R"/>
             <typeface name="Adobe Ming Std L"/>
             <typeface name="Adobe Song Std L"/>
             <typeface name="Adobe Myungjo Std M"/>
          </typefaces>
       </locale>
    </localeSet>
    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.2-c001 63.139439, 2011/06/07-10:39:26        ">
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:MetadataDate>2013-02-18T13:05Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 10.0</xmp:CreatorTool>
             <xmp:ModifyDate>2013-02-18T12:45:51Z</xmp:ModifyDate>
             <xmp:CreateDate>2013-02-04T16:07:57Z</xmp:CreateDate>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 10.0</pdf:Producer>
          </rdf:Description>
          <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
             <xmpMM:DocumentID>uuid:188235a3-4254-437a-900b-093d54210675</xmpMM:DocumentID>
             <xmpMM:InstanceID>uuid:ab7663ec-1f8f-4282-bf48-7b5c799eba1f</xmpMM:InstanceID>
          </rdf:Description>
          <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
             <dc:format>application/pdf</dc:format>
             <dc:date>
                <rdf:Seq>
                   <rdf:li rdf:parseType="Resource">
                      <rdf:value>23/01/2013 14:28:00</rdf:value>
                      <dc:element-refinement>dc:created</dc:element-refinement>
                   </rdf:li>
                   <rdf:li rdf:parseType="Resource">
                      <rdf:value>23/01/2013 14:28:00</rdf:value>
                      <dc:element-refinement>dc:issued</dc:element-refinement>
                   </rdf:li>
                </rdf:Seq>
             </dc:date>
             <dc:creator>
                <rdf:Seq>
                   <rdf:li>gdoherty</rdf:li>
                </rdf:Seq>
             </dc:creator>
             <dc:title>
                <rdf:Alt>
                   <rdf:li xml:lang="x-default">Suitability Assessment Questionnaire</rdf:li>
                </rdf:Alt>
             </dc:title>
          </rdf:Description>
          <rdf:Description xmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">
             <desc:template rdf:parseType="Resource">
                <rdf:value>Normal</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:template>
             <desc:contact rdf:parseType="Resource">
                <rdf:value>gdoherty</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:contact>
             <desc:revision rdf:parseType="Resource">
                <rdf:value>2</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:revision>
             <desc:version rdf:parseType="Resource">
                <rdf:value>Microsoft Office Word</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:version>
             <desc:lastsaved rdf:parseType="Resource">
                <rdf:value>24/01/2013 09:22:00</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:lastsaved>
             <desc:totaledit rdf:parseType="Resource">
                <rdf:value>15</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:totaledit>
             <desc:pages rdf:parseType="Resource">
                <rdf:value>22</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:pages>
             <desc:words rdf:parseType="Resource">
                <rdf:value>5409</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:words>
             <desc:characters rdf:parseType="Resource">
                <rdf:value>29581</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:characters>
             <desc:security rdf:parseType="Resource">
                <rdf:value>4</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:security>
             <desc:department rdf:parseType="Resource">
                <rdf:value> dcc</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:department>
             <desc:bytes rdf:parseType="Resource">
                <rdf:value>386560</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:bytes>
             <desc:lines rdf:parseType="Resource">
                <rdf:value>1415</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:lines>
             <desc:paras rdf:parseType="Resource">
                <rdf:value>403</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:paras>
             <desc:charswspaces rdf:parseType="Resource">
                <rdf:value>34954</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:charswspaces>
          </rdf:Description>
       </rdf:RDF>
    </x:xmpmeta>
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
       <annots/>
    </xfdf></xdp:xdp>

    Were you ever able to solve this???? I am having the same issue!

  • When I switch on my brand new iPad it asks me to move the slide to begin set-up. A list of languages appear and I tick English and then next. Another list of languages appear but nothing else happens. I press Back and it goes back to the first list and a

    When I switch on my new iPad it asks me to move the slider to begin set-up. A list of languages appears and I tick English then NEXT. Another list of languages appears and the only thing to do is press the home button or BACK. I press BACK and it returns to the first list. I press the home button and a message appears saying that SET-UP was not completed do you wish to retry or continue. I press CONTINUE and nothing happens I press RETRY and it goes back to the message. What am I doing wrong or do I need to connect to I-Tunes to set-up ?

    Try to connect to iTunes during the setup.

  • List of languages disappears

    Dear Users and Support,
    the list of languages disappears from time to time in my settings. After restaring the device (Z10), the list is back. Any thoughs why does it happen? Any thoughs how to prevent it?
    Cheers,
    p.s. I wanted to attach a screenshot, but I am not able to do so... The message editor does not have any "load from PC" icon.

    Here are the screenshots:
    There is nothing deleted on them, the list of langugages is not presented.

  • List of languages supported / delivered with EP

    Can someone point me in the direction where I can get list of languages supported or delivered by EP.  Thank you in advance.

    Hi Balaram,
    Open Portal page->Click on Personalize Option(situated left top  coerner of the screen)->Click on User Profile->click modify-> Click on Language option .
    in the dropdown listbox you can see around 130 languages.
    Regards,
    Malini.V

Maybe you are looking for

  • Named column title duplicates in all??

    New to Numbers and wanting to put different headings for my columns, eg name, date etc. The value I type in the first column duplicates in each of the others - how can I name them individually please?

  • Connect to database via another machine

    We have a machine that is setup with a VPN connection to a database outside our firewall. Whenever we need to access this database we make a remote desktop connection to this machine. We would like to be able to connect to the database directly from

  • Still getting error message 7.....

    I am current on my windows updates and running SP3. Everytime I DL and install then try to open itunes I get the error 7 telling to reinstall. I've tried everything I have read on here unless I missed something. I trid just quicktime and that tells m

  • Cj20n  all levels of WBS wrt PR by relate NETWORK , ACTIVITY  No

    Dear SDN Team, 1. Is there any PS table to find out WBS Element levels for individual Purchase Requisition? 2.In our orz all PR is maintained by Network activity No. in EBKN table, where i have already got details of Network for respective PR. But ho

  • Java App like Flash app

    Hi. I don't speak english, but I will try to communicate... I would like to know if can I build Java DESKTOP applications with the appearance of Flash web applications... Can I do it??? [ ] s,