|
Locale-Sensitive Objective-C MethodNSCalendar setLocale
NSDateFormatter setLocale
NSNumberFormatter setLocale
Internationalization (I18n) Method OverviewThis method is used to set the formatting locale. For NSCalendar setLocale, click here for additional Apple Developer Documentation details.
I18n IssuesSometimes people set this initially to lock out locale sensitive formatting - hardcoding as English, nil/Nil, or System Locale. Resolution: Make sure you are not setting to nil/Nil, hardcoding the English locale, or using Default/System Locale inappropriately. Generally one needs to pass in For information about Objective-C Internationalization, click here.
|