For some reason I cannot get the Settings.bundle to recognize my additional languages. I must be missing something obvious, but I just cannot figure it out. Here\'s what I\'ve
In my case, it appeared as if "Strings Filename"
was set to "Root"
in the Property List View of Root.plist
, but when viewed the file in Source Code View, it was actually "StringsTable"
pointing to "Root"
. The solution is to add another entry where "Strings Filename"
points to "Root"
. (I also tried deleting the previous entry, but then it stops working, so you need both.)