Мы можем установить
Код: Выделить всё
direction
Код: Выделить всё
body
Код: Выделить всё
rtl
Код: Выделить всё
ltr
Код: Выделить всё
text-align
Is there any way to minimize or centralize coding efforts to design an application which can support both
Код: Выделить всё
LTR
Код: Выделить всё
RTL
Its OK, I can write separate css for both directions, but what could be the best way to switch between these css(e.g, in master page load event)?
There also comes an exceptional case, like in English language I need first column of grid to display as
Код: Выделить всё
text-align:left
Код: Выделить всё
text-align:left
Источник: https://stackoverflow.com/questions/525 ... -languages