Hi,
I want to slightly customize the content of my game depending on the country the game is being played in, this doesn’t have to be too exact so I was thinking of using “system.getPreference( “locale”, “country” )” and then just using if statements (only going to change one graphic).
Where can I find a list of the values that could be returned by “system.getPreference( “locale”, “country” )”? Will this work or have I over simplified it??
Cheers,
Craig