I have a windows project (C#) which we are going to use for Arabia. As we know the country following Right to Left mechanism. How can i move my all controls position in pane
You can do two of the things :
Firstly, in Web.config file of the web application, set the culture attribute of the element to 'ar-SA'
Web.config
Secondly, Set the HTML dir attribute for the element of each page to"rtl"