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