0

I got the values for the key's when I passing the corresponding key. But now I need to get the key's from Localizable.strings file. Is it possible with MonoTouch?

bharath
  • 14,283
  • 16
  • 57
  • 95

1 Answers1

2

Take a look at this thread. It's in Objective-C but it should be pretty easy to translate to C#. iPhone/iOS: How can I get a list of localized strings in all the languages my app is localized in?

Community
  • 1
  • 1
Bart Sipes
  • 921
  • 8
  • 21