I am trying to change the app language from within the app. I am able to achieve this and change the text as per the changed localization but the localized images are not loaded until i restart my app.
1) The localized images are placed in en.lproj and vi.lproj folders.
2) The images are displayed in table view and the table view is reloaded after language change.
still the localized images are not fetched.
Logs that i try to print >>
NSBundle /Users/admin/Library/Application Support/iPhone Simulator/7.0/Applications/863CF1CB-C9C5-4257-8D6E-DA104C8EC849/test.app/en.lproj (not yet loaded)
NSBundle /Users/admin/Library/Application Support/iPhone Simulator/7.0/Applications/863CF1CB-C9C5-4257-8D6E-DA104C8EC849/test.app/vi.lproj (not yet loaded)
Thanks.