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

Localization of the permissions purpose string on iOS

New Here ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

Hello everybody,

We have a problem on our app, we need to request the access for geolocation and Apple needs a purpose string that we can add in the infoAdditions node of the Application descriptor XML, but our app is localized but the purpose string isn't. Is there a way to localize the string too ?

Thanks

TOPICS
Development

Views

442

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 ,
Apr 11, 2017 Apr 11, 2017

Copy link to clipboard

Copied

LATEST

Hi there,

I'm really interested in this topic too.

Is there a way to translate the character strings of infoadditions?

I tried many things to achieve this :

Attempt #1 :

<iPhone xml:lang="fr">

        <InfoAdditions><![CDATA[...]]></InfoAdditions>

</iPhone>

<iPhone xml:lang="en">

        <InfoAdditions><![CDATA[...]]></InfoAdditions>

</iPhone>

Attempt #2 :

<iPhone>

        <InfoAdditions xml:lang="fr"><![CDATA[...]]></InfoAdditions>

        <InfoAdditions xml:lang="en"><![CDATA[...]]></InfoAdditions>

</iPhone>

Attempt #3 :

<iPhone>

        <InfoAdditions><![CDATA[              

          <key>NSSpeechRecognitionUsageDescription</key>

          <string xml:lang="fr">BLABLA FRANCAIS</string>

          <string xml:lang="en">BLABLA ENGLISH</string>

        ]]></InfoAdditions>

</iPhone>

No luck on this 3 attempts...

Thanks to the Adobe AIR team for lighting our lanterns AND keep your good job on AIR guyz.

Regards,

Fabrice Montfort

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