RightToLeftLayout in Panel

前端 未结 3 885
星月不相逢
星月不相逢 2021-01-13 16:11

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

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-13 16:26

    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'

    Secondly, Set the HTML dir attribute for the element of each page to"rtl"

提交回复
热议问题