OK - I seem to be having a bit of a problem with this. I've got the events working, however the codes seem to be not selecting properly. I've currently got:
System > On Start of layout >
System > Browser.Language = "en" > System Create object "England" on layer TITLE at (240,160)
System > Browser.Language = "en-ca" > System Create object "Canada" on layer TITLE at (240,160)
However when the iPhone language is set to UK and I expect it to display the "en" "England" title nothing displays.
But when I set the iPhone language to Canada I expect it to display the "en-ca" "Canada" title, but it displays the "England" title instead.
In an answer above dop2000 says I only need the first two letters of the language code, but I really want it to check all 4 (or 5 if you count the -) if available. Any ideas on how to do this?
Thanks all :)