WS_EX_RTLREADING top-level constant

int const WS_EX_RTLREADING

If the shell language is Hebrew, Arabic, or another language that supports reading-order alignment, the window text is displayed using right-to-left reading-order properties. For other languages, the style is ignored.

Implementation

const WS_EX_RTLREADING = 0x00002000;