Xcode 7: iOS some russian Localizable strings are not working

76 Views Asked by At

I have an app with Russian translation. It looks strange, but some strings are not displayed in Russian. For example I have two strings:

"Kennwort" = "Пароль";
"Benutzername" = "Имя пользователя";

First one doesn't work, but second one works and so on... Some values are displayed, some are just missing. What is difference? What can be a problem? I've really tried a lot. Maybe someone has any idea or had similar problem? I would be really grateful for any help or advice. thank you!

example of using:

passwordSection.title = NSLocalizedString(@"Kennwort", nil);
0

There are 0 best solutions below