Is there any way for getting the direction of writing in specific culture?
Posted
by masoud ramezani
on Stack Overflow
See other posts from Stack Overflow
or by masoud ramezani
Published on 2010-04-11T04:12:16Z
Indexed on
2010/04/11
4:23 UTC
Read the original article
Hit count: 351
I want to get writing direction of any culture that user select in my application. for example I want to get rtl
when my user use fa-IR
culture and get ltr
when en-US
is selected.
Is there a built-in solution for this in .NET?
© Stack Overflow or respective owner