I need to code a shortcut that will quickly convert a text typed in a wrong language to the correct letters(assuming there are only two languages: English and Hebrew). This happens when one doesn't switch to the correct language and starts to type without looking at the screen.
In order to implement this I need to:
-> get the just typed text in a message/search/any other current field
-> select all
-> do the manipulation I need
-> paste the result of manipulatedText(initialText) to the place it came from.
I am not familiar with outlook object model so can someone please suggest a general guideline for implementation especially the objects I will have to approach. Thanks!