programmatically changing direction

Q

qlu_less

I am developing an add-in that translates a word documents into Braille format
I have a problem with documents in Arabic as they go right-to-left rather than left-to-right as say Latin. I was told that Arabic Braille reads left-to-right just like Latin so I would like the Arabic doc after translation into Braille behave like any Latin text but, of course, word doesn't know what kind of transformation I applied to the document and keeps the Arabic old direction
I know I can change the direction 'manually' in word in Format/Paragraph menu. Does anybody have an idea how to accomplish this in the add-in?
 
C

clintonG

The .NET Framework 'keywords' to research are globalization,
localizability, localization and the CultureInfo class.

Google: "Resources and Localization Using the .NET Framework SDK"


--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/


qlu_less said:
MSDN impies that ToggleKeyboard method should do the trick but Visual
Basic doesn't recognize this method. I am stuck!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top