Can you suggest me the API to get the system language and system locale of mac 10.3.9 version using cocoa?
"Available in Mac OS X v10.4 and later."
christo16
2010-01-13 17:36:59
A:
Yes it is available from 10.4, so tat would not help me,
I used
CFLocaleRef cflocale = CFLocaleCreateCopy(NULL, CFLocaleCopyCurrent());
Pradeep Kumar
2010-01-30 21:41:07