Tagged Questions
1
vote
1answer
46 views
Getting nil when calling [NSBundle pathForResource] (Localization Issue)
I localized a text file in my application that currently is only supported in English
I'm using this code to get the path:
[[NSBundle mainBundle] pathForResource:@"Quotes" ofType:@"txt"]
On my ...
1
vote
3answers
1k views
locale.getlocale() problems on OSX
I need to get the system locale to do a number of things, ultimately I want to translate my app using gettext. I am going to distribute it on both Linux and OSX, but I ran into problems on OSX Snow ...