I want to change localization on the press of a button in my app
I am changing my locale from english to hebrew and vice versa (LTR language to RTL language)
my layout is designed in such a way that it uses constraints from interface builder to determine the direction of the text and text fields.
If i do what these posts say, i get localized strings, but the constraints dont change, because the app needs a reboot to update the view direction
how do i make it update the view direction as well ?