I am getting a strange crash sometimes when getting a string from NSLocalizedStringFromTable. Here is the relevant section of my crash\'s stacktrace:
i found this good example to use NSLocalizedString : What is th开发者_如何学Goe second parameter of NSLocalizedString()?
I am looking for a way that would allow me to localize some stri开发者_StackOverflow社区ngs from inside a HTML file that is displayed in a UIWebView under iOS.
Is it possible to use the NSLocalizedString infrastructure (based on localizable.strings) with a custom-defined \"localization\"?
I am running my iPod touch application and then go in background and change the device language from Settings application and try to bring that application on foreground. My application gets restarted
//Viewcontroller.m code NSLocalizedString(@\"attributes\",@\"Attribute Name\") //Localizable.string code
i\'ve a strange problem with following code: NSString *string = NSLocalizedString(\"hello\",nil); actived by tapping a button. If i use a simple string all ok, if i use the localized string after 1
I am new iPhone application development. So please go easy with me :) I want to write my application in Swedish. When i started writing my app, i hard coded the swedish words.
I have to develop the application into Four(4) languages (English, French, Italic,开发者_JAVA技巧 Spanish).
i\'ve ultimated a project in objective c, the problem is that i\'ve more than 10 XIB files, each one with many label, button ecc.