Localize
Localize copied to clipboard
UITabbar text not updated until app restart
Issue
ℹ Please provide a quick description for this issue. Tabbar string not refreshed until app restart
Localize Environment
- Localize version: 2.3.0
- Xcode version: 12.5
Localize Config
/// Please put here your config
UITabBarItem(title: "More_title".localize(), image: UIImage(named: "icon-more-menu"), tag: 4)
What did you do?
ℹ I try to change the language from setting page.
What did you expect to happen?
ℹ The tabbar text should change to respective language immediately.
What happened instead?
ℹ It didnot changed to latest updated language.
+1