0

I want to set the Locale in my iMac to Thai? Please tell me the steps to do it.

NOTE: I dont only want to change the language but also the Locale.

Actually i want to test my Cocoa app for the Thai locale.

4

1 回答 1

1

You don't need to change the settings on your computer, you can set the locale for the app to run in instead.

You can create a scheme in Xcode for Thai

And then, in the scheme options go to Edit.

Then, go to the run section and the arguments,

You can then pass in the arguments for thai

enter image description here

except in your case you need to put the Thai localisation code in place of es.

There is more detail in this blog post

于 2013-08-29T08:41:53.283 回答