GLBasic forum

Main forum => GLBasic - en => Topic started by: aroldo on 2012-Feb-27

Title: GLBasic App Localization
Post by: aroldo on 2012-Feb-27
How can I do localization in GLBasic for mobile app (iOS, WebOS)?
How does GLBasic knows in which country / Language it is running?
Title: Re: GLBasic App Localization
Post by: Ruidesco on 2012-Feb-27
Check: PLATFORMINFO$() (http://www.dream-d-sign.de/xmlhelp.php?lang=en&id=162&action=view)
Title: Re: GLBasic App Localization
Post by: MrTAToad on 2012-Feb-27
I use my localisation routine, which detects the country the user is in and lets them select a language...

The code is around in the Code Snippets section, I believe.