Re: Splash screen localization

2013-04-24 Thread Sergio Schvarstein
Thanks for all the answers. In my case it is impossible to make one different app per language. I will certainly look for the approach of not having localizable elements in the splash screen and I will better show these elements in the first card, as a transition from a "neutral" splash screen.

Re: Splash screen localization

2013-04-24 Thread J. Landman Gay
On 4/24/13 1:12 AM, Mark Wilcox wrote: If you're building a native iOS app the splash screen can be localised just like any other image and the system will pick the right one to display for you whilst it's loading your app. Sounds like a small feature request for LiveCode. I'll see how tricky it

Re: Splash screen localization

2013-04-24 Thread Mark Wilcox
Colin Holgate wrote: >> Did it end up being a single app store submission, or two? Just one submission, only available in UK and France with localizations for each. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Splash screen localization

2013-04-24 Thread Colin Holgate
Did it end up being a single app store submission, or two? l On Apr 24, 2013, at 8:40 AM, Mark Wilcox wrote: > > >The case I worked with made perfect sense - it was only in two languages and > >it was actually one company that had completely different branding and > >colour scheme in the diffe

Re: Splash screen localization

2013-04-24 Thread Mark Wilcox
Colin Holgate wrote: >> Although you can set different splash screens for different languages in >> Xcode, that need not mean that an app published with English as its language >> will have the other language screens inside of it. Yes, using the "default.png" launch image as a splash screen

Re: Splash screen localization

2013-04-24 Thread Colin Holgate
Although you can set different splash screens for different languages in Xcode, that need not mean that an app published with English as its language will have the other language screens inside of it. This article by Apple: http://goo.gl/oGj6U shows how their approach is to not have text in th

Re: Splash screen localization

2013-04-23 Thread Mark Wilcox
If you're building a native iOS app the splash screen can be localised just like any other image and the system will pick the right one to display for you whilst it's loading your app. Sounds like a small feature request for LiveCode. I'll see how tricky it is to add once the IDE is open to cont

Re: Splash screen localization

2013-04-23 Thread Colin Holgate
Only by submitting three different apps. Those splash screens show before your app is open. They also only appear very briefly. So, you could have a black splash screen, or a generic image, then switch to the screen with the logos in it after your app has started to open. On Apr 23, 2013, at 6

Re: Splash screen localization

2013-04-23 Thread Scott Rossi
I don't believe there's any option to choose from multiple splash screens at startup. You could forego using the built-in splash screens and create your own using an empty first card, showing the appropriate image for each language. Depending on the design of the splash, you might be able to use

Splash screen localization

2013-04-23 Thread Sergio Schvarstein
Hi, I am making an iPhone app whose contents are in 3 languages (English, Spanish, Portuguese). When the app is opened (on preOpenStack), I detect the user language and then I show all the texts in that language. Now I have a problem with the splash screens, because the idea is to use a pictur