Is there any api in MAC which is equivalent to IsValidLocale in windows.
P prashantmirge macrumors newbie Original poster Apr 4, 2008 3 0 Apr 4, 2008 #1 Is there any api in MAC which is equivalent to IsValidLocale in windows.
L larkost macrumors 6502a Oct 13, 2007 534 1 Apr 4, 2008 #2 How about asking about the functionality that you want, rather than an API that most of us are not going to know.
How about asking about the functionality that you want, rather than an API that most of us are not going to know.
lee1210 macrumors 68040 Jan 10, 2005 3,182 3 Dallas, TX Apr 4, 2008 #3 http://developer.apple.com/documentation/Porting/Conceptual/win32porting/Articles/OSXtext.html This might be useful. I've never used the function you mentioned in Win32, i've never written a multilingual mac app, but from the MS docs and searching around for cocoa info, that's what I came up with. -Lee
http://developer.apple.com/documentation/Porting/Conceptual/win32porting/Articles/OSXtext.html This might be useful. I've never used the function you mentioned in Win32, i've never written a multilingual mac app, but from the MS docs and searching around for cocoa info, that's what I came up with. -Lee
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Apr 4, 2008 #4 Check out the CFLocale documentation. Probably can do what you want.