I am working on project which is Localized
in many Languages.
Localization
done perfectly but issue is when i am updating xib, the update not reflect to other language .xib's
Example:
i have changed Label text of ViewController.xib(Base) but change not done on other xib like ViewController.xib(French) and ViewController.xib(German).
- To solve this i tried
Use Base Internationalization
and in my localizationBase
included but this also not solved my problem.