Hi All,
On Another note:
What is the ASOC equivalent for the NSLocalizedString?
current application''s NSLocalizedString("File Type: ","File Type: ")
This doesn’t work. Something simple I am sure.
I tried the more basic method:
NSBundle's localizedStringForKey_value_table_("File Type: ","File Type: ","Localizable.strings")
No luck yet.
Thanks, Rob