This is a migrated thread and some comments may be shown as answers.

PhoneGap change the project's main language

2 Answers 77 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jeelig
Top achievements
Rank 1
Jeelig asked on 14 Mar 2014, 09:22 AM
Hi,
Using AppBuilder with phonegap to take pictures is great and works correctly.
My problem, is tha my application is in french and the phonegap interface to take pictures stays in english.
I've seen that it's possible for XCode developer to change the language, but as i use applbuilder i'm looking for a solution in that IDE.
https://groups.google.com/forum/m/#!topic/phonegap/_hYRWWcttKQ
What should I do to get this interface in whatever language supported by phonegap?
Thanks ...

2 Answers, 1 is accepted

Sort by
0
Accepted
Zdravko
Telerik team
answered on 18 Mar 2014, 12:48 PM
Hello Gilles,

In order to change the representation language you will have to add the following lines in your info.plist file.

<key>CFBundleLocalizations</key>
<array>
<string>French</string>
</array>


Furthermore your iPhone language should be set to 'French'.
I hope this will help you to achieve your goal.

Regards,
Zdravko
Telerik
 
Icenium is now Telerik AppBuilder, and is part of the Telerik Platform. Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!
0
Jeelig
Top achievements
Rank 1
answered on 18 Mar 2014, 07:15 PM
Thank You! Finally it runs in french...
Tags
AppBuilder Windows client
Asked by
Jeelig
Top achievements
Rank 1
Answers by
Zdravko
Telerik team
Jeelig
Top achievements
Rank 1
Share this question
or