Locales encapsulate information about linguistic, cultural, and technological conventions and standards. Examples of information encapsulated by a locale include the symbol used for the decimal separator in numbers and the way dates are formatted. Locales are typically used to provide, format, ...

learn more… | top users | synonyms

0
votes
1answer
30 views

NSDateFormatter cant parse German date

I try to make my NSDateFormatter set its locale to German, but it fails. In the code below, while the dateFrom is successfully parsed, dateTo is not. Note: In German it is Februar, not February. ...
1
vote
1answer
92 views

NSLocale preferredLanguages with only 2 charcters as returned values

The following code gives an array with all Languages, still I would rather filter out variations like "en-GB",""zh-Hant" and have an array with only 2 characters per language. What is the elegant ...
0
votes
2answers
66 views

How to identify the user's language in iOS? [duplicate]

I'm very new to iOS and Objective-C and I've been working on a project for an SMS app in which the app contains a text box for the message and that box has a counter for the characters but the counter ...
0
votes
1answer
71 views

locale detect objective-c [duplicate]

I am working in localizing and app in objective-c and would like to know if there's a way to detect what is the language of the phone. More specifically, when the end user goes to ...
0
votes
1answer
49 views

iOS NSString - Creating upper case based on locale

My iOS application has language selection option. Its a server based application that receives all the strings from server that are to be displayed in the app. In one of the view, i've to convert text ...
1
vote
1answer
142 views

NSLocaleCountryCode returns nil

I have a bugreport that states a crash in the following line, where client is an instance of NSMutableDictionary [client setObject:[[NSLocale currentLocale] objectForKey:NSLocaleCountryCode] ...
1
vote
0answers
61 views

localizedCompare: always return Latin results first regardless of user language/locale. How to get them last?

I have a bunch of words written in different writing systems (Latin, Cyrillic, Greek, etc). I want to sort them just like iOS Contacts app does: sorted local words (based on user language/locale) ...
0
votes
1answer
87 views

Nslocalization for iOS 6

I have 3 to set languages in my project. So when user select one language of my 3 language application works in that specific language. I have tried to use Nslocalization but not found any solution. I ...
0
votes
1answer
99 views

how to use nsdateformatter to Venezuela

I'm trying to schedule a date on the calendar, which has a start time and an end time, everything works fine if the time zone is in the U.S., and the date the change does not help and I need it to ...
0
votes
1answer
71 views

dateFromString returned a wrong date after setLocale

I have following codes: NSDate *today = [NSDate date]; NSDateFormatter *formatter = [[NSDateFormatter alloc]init]; NSLocale *zh_CN = [[NSLocale alloc]initWithLocaleIdentifier:@"zh_CN"]; ...
0
votes
1answer
168 views

How to determine programmatically if current locale uses AM/PM or 24h format for time?

I have a 24h formatted time string like 13:30 which I must translate into a 12h time format string when the user's locale uses AM/PM. How can I detect that reliably?
2
votes
2answers
200 views

Native iOS Language Translated String and its Language Code Identification (LCID)

How does iOS Show the List of Languages in the Translated String or in the Language's Locale. Is there an LCID associated with it? If so, where can I find it's Mapping? How does it work? Is there ...
0
votes
2answers
180 views

Detect language in use by iOS application

How can I detect the current application language ? I am not talking about NSLocale user preferences. In my app there are currently two supported languages. A default 'en' and a specific 'it'. I ...
0
votes
1answer
326 views

NSLocale Language Issue

So in my app I am trying to get the devices currently set language and its acronym. So I do this: NSString *fullLanguage = [[NSLocale currentLocale] displayNameForKey:NSLocaleIdentifier ...
0
votes
1answer
101 views

Getting Use of Undeclared Identifier error with imported method

I'm trying to use the userVisibleDateTimeStringForRFC3339DateTimeString method that Apple documents here. So first I created a separate class called jhsDateFormatter and first modified it from - ...
0
votes
1answer
101 views

Convert DateTime from English to Spanish in iPhone?

Does anybody know how to convert a DateTime from English to Spanish? E.g convert: December 07, 10:42AM into Diciembre 07, 10:42AM Please help me. How to convert this? Thanks in advance. I ...
5
votes
1answer
217 views

Localizing Numbers in iOS

Simply, I have a positive integer [9, 393, 3, 993], and I would like to localize it to a certain language [٩, ٣٩٣ ,٣ ,٩٣٩]. If I use NSNumberFormatter, it will localize the number according to the ...
1
vote
1answer
928 views

Set UIDatePicker locale

I need to set locale for UIDatePicker. I tried to set it to en_US but with no success. I saw some answers that locale property of UIDatePicker is ignored. So there is no way to force UIDatePicker to ...
0
votes
0answers
76 views

Ask for current iOS current Language on debug

I'm writing a multilanguage app and i use a flag (-AppleLanguages -(it)) to force italian language or english language without edit setting in iOS simulator. Now i need to ask for the current ...
4
votes
1answer
147 views

Changing numeral symbols for NSDateFormatter

So my scenario is basically this: If a user has an Arabic Locale, a date is formatted into this string: ١٩‏/١٠‏/٢٠١٢ ٣:٢١ م The numerals are Arabic and the date is ordered/formatted a certain way ...
0
votes
0answers
69 views

Getting an instance of subclass when superclass is stock global singleton?

I have a subclass for NSLocale. We need it, no getting around this, there are localization aspects, that are not covered in the original NSLocale. But the problem is, I need to implement the init and ...
0
votes
1answer
119 views

Why does Apple use NSString objects as parameters instead of enums? [closed]

For example, why use this: NSLocale *l = [[NSLocale alloc] initWithLocaleIdentifier@"en_US"]; Instead of something like this: NSLocale *l = [[NSLocale alloc] ...
1
vote
1answer
1k views

Get country code from country name in IOS

Im retrieving a country name from a server in english. so, the server response "Spain" for example. So, what i want to do is, assuming than the country name is going to be written in english, get ...
1
vote
1answer
95 views

Can't query iOS for current user language

I'm trying to determine the user language in iOS. StackOverflow has several answers on this topic which has greatly helped me out, such as this one: Getting current device language in iOS? I can ...
0
votes
1answer
102 views

NSLocale - invalid identifiers

If I am trying to initialize a NSLocale with a certain locale identifier, how can I tell if it is a legit identifier? No matter what identifier I pass in, even a garbage one, NSLocale still gets ...
2
votes
1answer
103 views

language settings in ios

I have one little trouble. I created a Localizable.string file for a language which is not in the list of available languages in the General settings of the device. How to force an app to read from ...
2
votes
2answers
620 views

NSLocale currency symbol, show before or after amount value

I am using StoreKit to implement an in app purchase store in my application. I have a custom design and it means that the value of the price should be white and large, and the currency symbol ...
0
votes
1answer
128 views

Find out number of fraction digits in currency in iOS

I use NSNumberFormatter to format currencies in a localized way, and it works fine. But I want to override this and give the user the option to override the number of digits after the decimal ...
0
votes
1answer
153 views

Display date in chinese in iphone

How to display current date in Chinese. I receive date in English language but I need to display it in Chinese in iphone.
4
votes
1answer
143 views

Time Zone Support value - objective-c - cocoa-touch

I've been looking for a while now and have done a good amount of research as well as experimenting, but I cannot find a way to retrieve the value stored in a users settings for Time Zone Support on ...
2
votes
1answer
325 views

NSDateFormatter: Only show localized dates if app is localized for the language

I'm currently writing an app for the iPhone that heavily works with dates. I'm using NSDateFormatter to convert dates to strings. Conveniently, NSDateFormatter automatically creates strings in the ...
1
vote
1answer
234 views

iOS: override NSLocale language

I was wondering. If you have localize version of your app in several languages but if the user is not using any of the languages the app is localize. How set a default language? or what will be the ...
1
vote
2answers
421 views

How to refresh the NSLocale in iPhone?

I am currently working in iPhone application, Using NSLocale to get the current Currency symbol working fine, but when i press home button the app goes to background process and i change the Currency ...
3
votes
1answer
246 views

Determining if the current locale uses non-arabic numerals in iOS?

In iOS I'd like to perform some specific functions if the user's [NSLocale currentLocale] does not use Arabic Numerals (i.e. not 0123456789). How can I check for this condition?
0
votes
2answers
289 views

NSLocale - finding CountryCode and then using this to deploy code

I am stumped as to why this code isn't working as per the comment below: NSString *countryCode = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode]; NSLog(@"Country Code: %@", countryCode); ...
0
votes
2answers
431 views

Localizing iPhone app for Region

I've got an app that has all content regardless of language displaying content in English. In the products section of the app product content is displayed based on a plist. Products available for ...
2
votes
1answer
451 views

IOS: App-Language independent of device without changing NSUserDefaults

I use the following statement to change the application language (independent of the system language): [[NSUserDefaults standardUserDefaults] setObject:[NSArray arrayWithObjects:@"de", @"en", nil] ...
0
votes
1answer
129 views

NSDate issue with locale

I'm working on an iPad app that speaks to a private PHP API that I built up to communicate to a database. This API has to transfer Three dates, a starting time, an end time and the current time. I ...
1
vote
2answers
772 views

How to get system locale and system language in cocoa

I want to get the system default language and system locale. I have tried the following code snippet to get the system current locale as the following NSLocale *locale; locale = [NSLocale ...
0
votes
1answer
269 views

Difference between – displayNameForKey:value: and - objectForKey: in NSLocale Class

Hi just a quick question what is the difference between – displayNameForKey:value: and - objectForKey: in NSLocale Class? I searched online but didn't get it. Thank you. Apple Document ...
1
vote
1answer
73 views

Class versus Instance method Obejctive-C calls - NSLocale methods

I am a very green nubie, anyways, I am working through a tutorial that walks me through using the NSLocale class to get the local currency, like this: NSLocale *here = [NSLocale currentLocale]; ...
1
vote
1answer
1k views

change NSLocale/Language of iPhone programmatically in running app

I have an issue. I had created a view, where user can select Language of application among English, Dutch & Spanish. Then texts of UILabel in next view should be according to selected language. I ...
0
votes
1answer
47 views

Windows LOCALE_SABBREVLANGNAME on Mac OS X

Our application needs to talk to a server component, which (stupidly) takes a Windows language abbreviation (SABBREVLANGNAME) as a parameter. On Mac OS X you can get LCID pretty easily from an ...
0
votes
2answers
206 views

Localization by Location or Region?

How can I make the localization independent on the OS settings? For example, if the device language is en-US, But I want the user to be able to set the app to work using Hebrew localization. In my ...
1
vote
1answer
426 views

NSLocale setPreferredLanguage

I seem to be going in circles around this problem and I am heading no where now. I am trying to force the language of my app (to swedish) as shown below. @autoreleasepool { [[NSUserDefaults ...
3
votes
2answers
1k views

wrong decimal separator with NSDecimalNumber in iOS

I tried to output the description of a decimal number with the correct decimal separator in the following way: NSString* strValue = @"9.94300"; NSDecimalNumber* decimalNumber = [NSDecimalNumber ...
0
votes
1answer
170 views

creating dynamic NSLocale with location data

I'm working on an app which should create an NSLocale object based NOT on the user's region (which should remain at the user's preferred language for most interface elements), but on the physical ...
6
votes
2answers
854 views

NSLocale of loaded language in application

In my interface I'm showing the display name of a locale with this: [[NSLocale currentLocale] displayNameForKey: NSLocaleIdentifier value: identifier] But this gives the display name using the ...
2
votes
1answer
356 views

Get a language's ISO identifier from its name

I know I can get the device's current Locale easily but in my case, the user chooses the language from a UIPickerView. Each language is a string in a array typed exactly the same way the phone has it ...
2
votes
1answer
449 views

MonoTouch CurrentUICulture

When I change the Language of the emulator or the device this change is not reflected in neither Thread.CurrentUICulture nor CultureInfo.CurrentUICulture. Is this by design?

1 2