iOS application has two different features (A & B). One feature (A) is localized for all languages and other feature (B) is localized for only Japanese.
When the preferred lanugages in the settings has the following order, then the xibs with respect to feature (B) shows text in English. But those strings that are loaded from localizable.strings shows Japanese.
1. French (or any other lanugage except English / Japanese)
2. Japanese
3. English
Is this the expected behaviour? If not then how can the XIBs can be made to load the preferred language