Is there any way to determine text direction from CultureInfo in asp.net? Is there any way to determine text direction from CultureInfo in asp.net? asp.net asp.net

Is there any way to determine text direction from CultureInfo in asp.net?


System.Globalization.CultureInfo.CurrentCulture.TextInfo.IsRightToLeft

This will return true if the current culture is read from right to left.