You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2015/10/14 16:31:05 UTC

[jira] [Commented] (CB-9789) The Phonegap camera plugin doesn't use the native iOS language. Instead, it always uses english for the buttons ('Retake', 'Use' etc.)

    [ https://issues.apache.org/jira/browse/CB-9789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957018#comment-14957018 ] 

jcesarmobile commented on CB-9789:
----------------------------------

the camera plugin uses the languages of the project, cordova projects are created with english, and as far as I know you can't create them with another language

You can add other languages adding this on the info.plit (with a plugin or a hook)

```<key>CFBundleLocalizations</key>
      <array>
          <string>es</string>
          <string>fr</string>
          <string>...</string>
      </array>```

> The Phonegap camera plugin doesn't use the native iOS language. Instead, it always uses english for the buttons ('Retake', 'Use' etc.)
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-9789
>                 URL: https://issues.apache.org/jira/browse/CB-9789
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>    Affects Versions: 3.9.0
>         Environment: iOS 9.0.2
> X-Code 7.0.1
> CordovaLib 3.9.1 
> cordova-plugin-camera: 1.2.0
>            Reporter: Ronny Schleicher
>
> I found in StackOverflow this link:
> [StackOverflow|http://stackoverflow.com/questions/15155713/phonegap-change-language-of-labels]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org