How can I localize UITabBarItem and add set images for selected and unselected case in RxSwift ?
Asked
Active
Viewed 58 times
1 Answers
1
You don't use Rx for something like this. Just use NSLocalizedString(_:comment:)

Daniel T.
- 32,821
- 6
- 50
- 72
-
I tried, but It is not changing. I am using MVVM+Coordinator. – Axtamov O'lmas Mar 11 '22 at 16:45
-
The architecture is irrelevant. Any basic tutorial about how to localize your app will be fine. For example: https://www.raywenderlich.com/250-internationalizing-your-ios-app-getting-started – Daniel T. Mar 11 '22 at 16:47