I've localized my app, all the strings resources, storyboard etc. and everything works perfect. I've got hundreds of lines of localization and they all work well, except one specific text view. I have no idea why, but a single specific text view on my app doesn't translate. Everything surrounding, all the siblings are translated correctly but one specific text box doesn't. It stays English whatever I do. I'm sure that the translation (.strings
) file is correct. I've checked the storyboard ID and its translation in the file and it just seems perfectly valid.
Here is the entry in storyboard translation file:
/* Class = "UITextView"; text = "Type here what your club is about. Be clear on what you want in your club."; ObjectID = "G0H-NN-02k"; */
"G0H-NN-02k.text" = "Kulübünün neyle ilgili olduğunu ve kulüpte neleri istediğini buraya yaz.";
It's just like all the other entries in the file. The storyboard ID in the translation file is the same ID in the storyboard. I've cleaned build folder, removed everything inside DerivedData, deleted my app from the device, and tried again, but no avail. It's still English.
Why can this happen?