Top "Nslocalizedstring" questions

This is a function defined in the Foundation Framework.

Multiple Localized .strings Files in iOS App Bundle

I have a fairly complicated project, consisting of several large localized sub-projects. Most of my sub-projects are localized through a …

ios localization uikit nsbundle nslocalizedstring
iOS 8.1 Simulator Localization broken (NSLocalizedString)

TL;DR: It seems localization does not work with xCode 6.1 and 8.1 simulator. Workaround: Go to "edit schemes" >> "Run" (…

ios xcode ios-simulator nslocalizedstring xcode6.1
Multi-line strings in objective-c localized strings file

I have a template for an email that I've put in a localized strings file, and I'm loading the string …

objective-c iphone localization nslocalizedstring
Do I need English beside Base localization which would contain the exact same 'translation'?

I'd expect the base file to contain my English words since my project has "Localization native development region" set to …

xcode localization nslocalizedstring
iPhone/iOS: How can I get a list of localized strings in all the languages my app is localized in?

I need to send my server a list of localizations for a particular string. Meaning, if my app has a …

iphone ios localization nslocalizedstring
NSLocalizedString Problem

I've got: -(IBAction)about { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"About", @"Title of AlertView") message:@"App name \n© My …

objective-c nslocalizedstring
iPhone: NSLocalizedString in interface builder?

Is there any way to insert an NSLocalizedString in interface builder. For example set a label text to a localized …

iphone interface-builder nslocalizedstring
How does localizedStringWithFormat work?

Please note I am not asking about NSLocalizedString() the macro. I am asking about the NSString class function + (instancetype)localizedStringWithFormat:(…

ios objective-c nsstring nslocalizedstring stringwithformat
Translate attributed string

I have a UILabel with an attributed string. Here is a printscreen of it: Now, I have to translate this …

ios xcode localization nsattributedstring nslocalizedstring
Change iphone app language with buttons and without restart of the app

I want to change the language of my app. At the moment I am doing it at the following way. …

iphone objective-c ios localization nslocalizedstring