Hi,
with tabBarItem.title i'm able to localize title when it is in viewDidLoad or viewWillappear but the localization will only happen when the tab becomes actives, otherwise it will show default value.
How could I localize, programmatically, the item title without the need to make it active?
Code Block tabBarItem.title = "LevelsVC-TabBarItem".localize()
with tabBarItem.title i'm able to localize title when it is in viewDidLoad or viewWillappear but the localization will only happen when the tab becomes actives, otherwise it will show default value.
How could I localize, programmatically, the item title without the need to make it active?