Re: Localization on iOS

2014-02-24 Thread William de Smet
t; Thanks, > > ~ Ender > > From: Alan Stenhouse Alan Stenhouse > Reply: Alan Stenhouse alanstenho...@hotmail.com > Date: February 24, 2014 at 13:55:12 > To: use-livecode@lists.runrev.com use-livecode@lists.runrev.com > Subject: Re: Localization on iOS > Hi Ender > >

Re: Localization on iOS

2014-02-24 Thread Alan Stenhouse
Hi Ender, Exactly this does it. Just create an empty folder called, I think for Turkish, tr.lproj Now use the copy file pane in the Standalone settings inside Livecode to copy that to your project. If you have your phone in Turkish then the iOS dialogs etc should now appear in Turkish. If yo

Re: Localization on iOS

2014-02-24 Thread Ender Nafi Elekcioglu
@lists.runrev.com Subject:  Re: Localization on iOS Hi Ender Have you tried creating folders for each of the languages that you want to support and add them to the project using the copy folder tab in standalone settings? The folder names are of the form: tr.lproj (for turkish - I think!) de.lproj

Re: Localization on iOS

2014-02-24 Thread Alan Stenhouse
Hi Ender Have you tried creating folders for each of the languages that you want to support and add them to the project using the copy folder tab in standalone settings? The folder names are of the form: tr.lproj (for turkish - I think!) de.lproj (for german) en.lproj (for english) etc