revMail with french interface
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
revMail with french interface
Hello from Paris.
First, sorry for my bad English.
I would want if it is possible to create an email message with the revMail command and a french interface.
For the moment, when the keyboard appears, the interface is in English (Send, Cancel, To, Subject...) and the keyboard is QWERTY.
First, sorry for my bad English.
I would want if it is possible to create an email message with the revMail command and a french interface.
For the moment, when the keyboard appears, the interface is in English (Send, Cancel, To, Subject...) and the keyboard is QWERTY.
Last edited by masterfab on Fri Mar 16, 2012 9:12 am, edited 1 time in total.
Re: revMail with french interface
Hi,
I'm working on it. Meanwhile, you can download an external that detects the keyboard language. At least, you'll be able to warn the user if the keyboard is not French. The external can be downloaded from the private section of Economy-x-Talk's website and is only available after making a donation.
Kind regards,
Mark
I'm working on it. Meanwhile, you can download an external that detects the keyboard language. At least, you'll be able to warn the user if the keyboard is not French. The external can be downloaded from the private section of Economy-x-Talk's website and is only available after making a donation.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: revMail with french interface
Hi...
Well I guess that if an Englishman is using his iPhone then the 'language' in the settings of the iphone will be 'British English', a Frenchman will have his settings set to "French'... and so for the rest of the different nationalities... so, why not use what liveCode has provided ? :-
-- Page 37 of the iOS Release Notes.
Locale and system language query support
You can query the list of preferred languages using the iphonePreferredLanguages() function.
This returns a return-delimited list of standard language tags in order of user preference (for
example "en", "fr", "de", etc.)
You can query the currently configured locale using the iphoneCurrentLocale() function. This
returns a standard locale tag (for example "en_GB", "en_US", "fr_FR", etc.)
-- Page 30 of the iOS Release Notes.
iphoneComposeMail subject, [ recipients, [ ccs, [ bccs, [ body, [ attachments ]]]]]
and then use the above command... and err... save yourself some money !
be well
Dixie
Well I guess that if an Englishman is using his iPhone then the 'language' in the settings of the iphone will be 'British English', a Frenchman will have his settings set to "French'... and so for the rest of the different nationalities... so, why not use what liveCode has provided ? :-
-- Page 37 of the iOS Release Notes.
Locale and system language query support
You can query the list of preferred languages using the iphonePreferredLanguages() function.
This returns a return-delimited list of standard language tags in order of user preference (for
example "en", "fr", "de", etc.)
You can query the currently configured locale using the iphoneCurrentLocale() function. This
returns a standard locale tag (for example "en_GB", "en_US", "fr_FR", etc.)
-- Page 30 of the iOS Release Notes.
iphoneComposeMail subject, [ recipients, [ ccs, [ bccs, [ body, [ attachments ]]]]]
and then use the above command... and err... save yourself some money !

be well
Dixie
Re: revMail with french interface
Have you tried including the localization folders in your app. Create empty folders for each language and include them in copy files. That should localize any standard iOS buttons.
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/
Re: revMail with french interface
Thank you all !
Dixie : I can query preferred languages, I can query the currently configured locale, but unfortunately, I can't set the iphoneComposeMail command with it !
The result is exactly the same as the revMail command.
For example, if I cancel the mail, I have a list of choices in English : "Save draft", "Cancel Draft"...
Monte : I have not understand the hierarchy for your solution. Is it : root->localization->fr ?
Mark : Your solution applies only the keyboard and not the interface ?
Dixie : I can query preferred languages, I can query the currently configured locale, but unfortunately, I can't set the iphoneComposeMail command with it !
The result is exactly the same as the revMail command.
For example, if I cancel the mail, I have a list of choices in English : "Save draft", "Cancel Draft"...
Monte : I have not understand the hierarchy for your solution. Is it : root->localization->fr ?
Mark : Your solution applies only the keyboard and not the interface ?
Re: revMail with french interface
Create an empty folder called fr.lproj and then go to copy files in the standalone builder and add the folder.
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/
Re: revMail with french interface
It works perfectly !!!
Thank you very much monte !!
Best regards.
Thank you very much monte !!
Best regards.