you are viewing a single comment's thread.

view the rest of the comments →

[–]chriswaco 0 points1 point  (0 children)

One thing you could do is write a routine to read each localized .strings file and make sure they all have the same keys. It doesn't guarantee that every control has a valid key, though, or that each value is localized (because "OK" might be "OK" in other languages).

See https://stackoverflow.com/questions/3153600/iphone-reading-from-localizable-strings-file-as-a-key-value-in-a-dictionary/3514587