i am working on an application with multi languages. i have done working with locate.
unlike english, there are some languages with written from right to left so i want to make my layout widgets from right to left , is there any way so i can do that?
note
what i am asking for is something to make the textviews and buttons (which are in the right ) to the left and the elements (which are in the left) to the right.
what have i tried?
i thought that locate class could help the problem, i searched about it but it seems that it is not useful in my case.
any help would be appreciated.