Locales encapsulate information about linguistic, cultural, and technological conventions and standards.
I'd like to show the current language that the device UI is using. What code would I use? I want …
ios objective-c cocoa-touch nslocaleI want get the language code of the device (en, es...) in my app written with Swift. How can get …
swift nslocaleCould you please help on how to get country code using NSLocale in Swift 3 ? This is the previous code I …
ios swift3 nslocaleIm retrieving a country name from a server in english. For example, "Spain" What I want to do is, assuming …
ios country-codes nslocaleI need to get current locale. Not user locale but my application locale. Let's say my application has two localizations (…
ios objective-c localization locale nslocaleI've already seen two similar questions to mine, but the answers for those questions do not work for me. I …
cocoa-touch swift nsarray uipickerview nslocaleTask is : I have got two UIImageViews, and I want present ImageView1 if system language is Ukrainian, and if it …
ios swift localization nslocaleI want to be able to make the app change depending on the users location. Im using the code below: …
iphone objective-c nslocaleI'm going mad with, probably, a stupid problem. I have 3 strings: year, month and day. I need to have a …
cocoa-touch ios nsdateformatter nslocale