Questions tagged [nslocalizedstring]

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

410 questions
-1
votes
2 answers

How can I make an NSLocalizedString from something that is being #define?

How can I make an NSLocalizedString from something that is being #define? What I have right now: #define StationsControllerIdentifier @"Stations" How I want it to be (but doesn't work): #define StationsControllerIdentifier…
-2
votes
1 answer

How to convert english to spanish language in an application

I am having a table view. In that two rows are there ,1st row name English and 2nd row name Spanish. When i select the 1st row my whole app change to English Language, and select the 2nd row my app change to Spanish Language. How to do this? I am…
Gowtham K
  • 75
  • 2
  • 9
-2
votes
1 answer

NSLocalizedString crash

My app crashes on a NSLocalizedString after it has run a few times over it with success. I have hundreds of other NSLocalizedStrings and they all work fine. I have no clue on why it crashes occasionally. Help would be greatly appreciated
michaelsmith
  • 1,011
  • 1
  • 16
  • 35
-3
votes
2 answers

NSMutableArray addObject: Localizable string

I wanted to ask a short question. Is this possible or do I have to change anything?: [self.category addObject:NSLocalizedString(@"Accessories", nil)]; This is an object in an tableView that should use the content from a .strings file
-3
votes
1 answer

How can I give my App multi language support?

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.
Mumthezir VP
  • 6,251
  • 6
  • 28
  • 57
1 2 3
…
27
28