How to check, from C#, are files for complex script and rtl languages (Regional and Language settings) installed?
Edit: Or is there another way of checking whether right to left text will display correctly in my form?
Edit for better explanation (I hope :)) I'm creating an application that will use Arabic letters (free dictionary). So, I want to check are: "Files for complex script and right-to-left languages(Including Thai)" (CheckBox in "Regional and Language Options" in Language Tab) installed (Is CheckBox checked.). If they are not installed, Arabic words will not display correctly,and I want to warn user if that is the case.
Thanks