NSLocalizedString

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

It’s a function, so it should probably work in Lion. But you might as well use the AppleScript command “localized string”.

AH - I forgot the function thing, though it doesn’t seem to work even in lion, the applescript does! And it is simpler.

Thanks Shane as always,

Rob