This is a function defined in the Foundation Framework. It returns a localized version of a string.

learn more… | top users | synonyms

0
votes
2answers
28 views

NSLocalizableString and info.plist

I'm creating this iOS app, in which I use the PushWoosh (www.pushwoosh.com) notification service. Notification is working fine, but now I want to differentiate notification based upon the locale of ...
3
votes
1answer
68 views

iOS - Best practice of localizing

I've build an iOS application, and translated the application to English and Swedish. The problem I'm facing is that one word in English can have two different meaning (translations) in Swedish. So ...
1
vote
1answer
74 views

Prevent Restart of IOS application after Language change

I know that we can change the language in runtime by setting the value for "AppleLanguages" in user defaults. Can anyone suggest me how to achieve the following: App is running->Press Home button -> ...
0
votes
0answers
17 views

NSLocalizedString, Uialertview Language did not change

I am Alertview developing iPhone application that I want to print the message in English and Turkish. But I've turned iPhone language settings in the Turkish language messages continue to arrive in ...
3
votes
4answers
105 views

Adding new language to existing localized app

I have an app that uses localization, I need to add one more language, I want to display two different language images of same name in one xib file, the xib file is not localized as I am localizing ...
2
votes
2answers
82 views

NSLocalizedString is it really working?

I misunderstand NSLocalizedString. I have a project with French and English .strings files. In project target - Localizations I have 6 files in French and English. In english.strings file: "hello" ...
2
votes
1answer
78 views

iOS, Cocoa, AppiRater - How to localized Cancel Button for SKStoreProductViewController

How can I localize the "Cancel" button in the AppiRater view controller that is popped over? I was looking in the AppiRater code... it makes us of the SKStoreProductViewController like this: ...
0
votes
0answers
26 views

How to clear the string bundle cache?

Whenever I try to load up new strings from NSLocalizedString, I find that the NSLocalizedString macro has the previous strings cached. Here's an example of what I mean: Let's say I have the following ...
-7
votes
1answer
41 views

iPhone language [closed]

I want to make an app that is entirely in Portuguese- Brazil. What I'm told to do is this ( I want to know if this is a good option) Ask for an option to change the language to English in the login ...
1
vote
2answers
109 views

localize existing iOS app

I can't believe this hasn't been asked before (either I'm too unorganized in my coding practices or I didn't use the right keywords): How can I localize an existing iOS app that doesn't use ...
0
votes
0answers
26 views

NSLocalizedString setsubject MailViewController

I am having difficulties giving my emails that are being sent from within the app a localized subject. MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init]; ...
5
votes
1answer
132 views

How do I reverse engineer Mac OS X language localisation files for natural language learning?

OK, the goal of this question is not strictly programming related but it is a question programmers can answer using programming tools, and programmers may find useful answers here. Bear with me. I ...
1
vote
1answer
73 views

Localization of CFBundleDisplayName doesn't work on device

I tried to make the localization of the app name using CFBundleDisplayName. I made the localized InfoPlist.strings according two different language. In one strings file wrote: ...
0
votes
1answer
102 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 ...
1
vote
2answers
135 views

Defaulting Locale on iPhone (en_NZ to en_AU)

I've got an iOS app where I need to use the same resources for the en_NZ (New Zealand) localization as the en_AU (Australian) localization. Instead of duplicating my resource files is there a way I ...
0
votes
1answer
51 views

NSLocalizedString special cases

I'm doing some localization work in my app. There are some special cases, for instance in the swedish language of the genitive form. If a word ends with s you should not add an s to the word. So for ...
0
votes
2answers
519 views

NSLocalizedString with format

How would I use NSLocalizedString for this string: [NSString stringWithFormat:@"Is “%@“ still correct for “%@“ tap “OK“ otherwise tap “Change“ to choose new contact details", individual.contactInfo, ...
1
vote
1answer
38 views

Pop up keyboards with the supported language - Objective C

I am a new to iPhone development, I'm asking for your help to find out whether it is possible to pop up keyboards with the supported language that I have added in NSLocalizedString. I can show my ...
-5
votes
1answer
95 views

How can I give my App multi language support? [closed]

How can I give my App multi language supportd? I know it is possible with NSLocalizedString, but I don't know how to do it. iam new to iPhone dev.
0
votes
1answer
181 views

How to get localized city and country names for timezone name

How can I get city name and country name from timezone? For example, I can see all knownTimeZoneNames array, and I want to show in labels "Europe/Moscow" as "Moscow, Russia" in few languages. How can ...
0
votes
2answers
74 views

How to localize stringWithFormat with %d?

I have to localize detail-text-label using stringWithFormat with an integer value as shown below. cell.detailTextLabel.text = [NSString stringWithFormat:@"Remaining: %d", count];
-3
votes
1answer
95 views

NSString convert from arabic to english [closed]

I want to convert NSString ,that is numbers only, from Arabic to English. How can I convert? The text in Arabic is dynamic. User enters the word in a text field in Arabic language and then I want to ...
1
vote
1answer
169 views

NSLocalizedString loads the string sometimes, not always

NSLocalizedString works only half of the time where I get back the expected the value for the referenced key. The other times I get back the key name specified in NSLocalizedString and consistently ...
0
votes
4answers
77 views

Localizing dynamic NSString

Going through number of examples regarding to NSLocalizedString, what I found was we need to pre-define all the string in Localized.string file for what-ever language you want to localize. But, is it ...
4
votes
1answer
269 views

NSLocalizedString - Use of undeclared identifier issue

I'm using NSLocalizedString in a particular message that works fine if the second parameter is passed as a variable, but fails with Use of undeclared identifier 'NSLocalizedString' and Too many ...
0
votes
1answer
96 views

How should I store localized Strings in an iOS project?

I’m developing an iOS application. One of my tasks is localization. For this reason, I’ve taken all strings and put them each in a NSLocalizedString(key,comment), and everything’s been OK. But my new ...
0
votes
3answers
74 views

how to list all the supported languages from iphone library into app

I'm creating an application where i need to list all the the supported languages from library into tableview. So that there is no need for the user to go to settings and change the language. if he ...
0
votes
0answers
97 views

Localization.strings not working from Xcode build/run

When I test my app in the simulator, my localizations work fine. However when I run on my device, they don't work at all and I just get the default en language strings. Now the strange thing is if I ...
2
votes
1answer
493 views

iOS - NSLocalizedString is only returning the key string

I'm having some trouble debugging my NSLocalizedString implementation. Should be simple, but whatever I do, the function only returns the KEY string. I'm using XCode 4.5 and iOS6, so I: Added a new ...
2
votes
1answer
99 views

NSLocalizedString woes

I have Localizable.strings files for eng, span, port, rus, arab, chin. A very strange issue started to happen, the key is showing up instead of the value. What makes it strange is that this is what ...
2
votes
4answers
512 views

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. I have two buttons which are change the languages in NSUserDefaults. But before this affects my app I need ...
1
vote
4answers
863 views

Multiple Localized .strings Files in iOS App Bundle

I have a fairly complicated project, consisting of several large localised sub-projects. Most of my sub-projects are localised through a single Localizable.strings file. This file is copied into a ...
5
votes
1answer
270 views

using nsattributedstring and nslocalizedstring

My old code uses NSLocalizedString to display the following where outputText was an NSMutableString that contained many such lines in a single output session: [outputText appendFormat: ...
0
votes
3answers
149 views

Localisation of iPhone App - Letting User Choose Language

I understand how to localise an app and that the language displayed is based on the users language / region choice in their phone's settings. My question is, what if I want to let the user choose the ...
0
votes
0answers
34 views

Trouble in display the value of key in localize file

I have problem in display the value of key in localize file. When I run the app, it display th e key, not the key value. My app, has two language( en, fr), I add the key into the Localizable.sting ...
1
vote
1answer
97 views

NSLocalizedString error

I created 2 InfoPlist.strings, one in portuguese and the other in english. i use my string in .strings file like this: "BtnTitle" = "Title"; (English) "BtnTitle" = "Título"; (Portuguese) when i ...
0
votes
1answer
400 views

NSLocalizedStringFromTableInBundle : not getting values for key

Iam not able to get values for keys from the InfoPlist. label.text = NSLocalizedStringFromTableInBundle(@"keyone", nil, AppDelegateObj.langBundle, nil)); In the InfoPlist.strings there is a value ...
1
vote
2answers
199 views

Update translation for iOS internationalization

To extract the string "marked" with NSLocalizedString in my iOS app, I use the following terminal command: find . -name \*.m | xargs genstrings -o ro.lproj This will basically extract all the ...
0
votes
2answers
43 views

Localizing with different element count

I'd like to give my users a warm welcome, when they are opening my application. So I want to have different sentences to show them randomly. The count of messages differs in each language. What is ...
0
votes
1answer
297 views

Can't load localizable.strings

After deleting one language of the project, other existing localizable files in project are not correctly loaded. Files are included in the bundle resources, but they are not load correctly, the load ...
3
votes
6answers
2k views

NSLocalization on xCode 4.5 and iOS 6

Is there any way to use Localizable.strings with NSLocalizedString(@"KEY", @"") in xCode 4.5 for iOS6 like in older iOS5? Here is my sample code: In Localizable.strings "KEY" = "Hello World!"; In ...
0
votes
1answer
199 views

iOS localization with sqlite database

I did some reading on localization in iOS and it seems like the two main things are localizing the nib file, and using the NSLocalizedString to grab the localized string from the string file. For our ...
1
vote
0answers
130 views

Localizable.strings don't work after app upgrade

I have app in app store which doesn't use localizable.strings. Currently I'm going to release a new version, but after 'update simulation' app doesn't see Localizable.strings. Every localized string ...
1
vote
1answer
493 views

Xcode - Localizable.strings working only in English

I'm trying to get my localizable.strings working properly, but I can't figure out how. My storyboard is localizable too, and works: all buttons and view controllers are shown rightly, in both ...
1
vote
1answer
179 views

How to use get all NSLocalization using genstrings while preserved current translations

Let say my iOS app already have translation localizatible.strings for Japanese. Say "Continue" = "続ける"; However, I've added new NSLocalization additions to my code but I want to use genstrings to ...
1
vote
2answers
126 views

adding languages for localization to iPhone - is that possible?

Compared to Android iPhone does not support many languages, even though the MAC seems to do so ( simply because I learned that the possibility of adding these languages in xCode is for MAC Apps and ...
2
votes
1answer
270 views

Localized NSStrings and NSStrings Comparations

I have a tiny question regarding NSStrings. I'm currently making an app, the development language is English. I have a string like this: NSLocalizedString(@"cancel", @"cancel string"); I have ...
3
votes
1answer
133 views

“%” symbol in an NSLocalizedString

I have the following line of code: NSLog([NSString stringWithFormat:NSLocalizedString(@"KEY", nil),80.1]); The 80.1 is a float that is being inserted into the localized string. This works fine. ...
1
vote
1answer
245 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
1k views

Ios Localization not working

I have XCode Version 4.3.3 running and iOS 5.1. i can do what i want. i can't get localization running. i added different languages through project files. I adjusted the InfoPlist.strings in every ...

1 2 3