Hi I'm new to android world. I'm working on an application that supports arabic and english languages.So I made my design for english language in the xml and through the code when the user wants to work with arabic language I change the gravity of my widgets to match the arabic right-to-left look.
Now if the user changes the language from english to arabic and for some reason he wanted to get back to english again.How can I restore the layout in the xml again?
Thanks in advance :)