I have created an Outlook add in that has a form region for Outlook 2007. The form region contains the sent, cc and bcc labels (OlkLabel), and some more stuff. This form should support right to left clients, meaning whoever uses Outlook in RTL languages such as Hebrew or Arabic. However, when I open an email I get the "Sent: " label backwards, meaning
:Sent (--> actually Sent stands for Hebrew/Arabic letters) like
נשלח:
But the point is that the colon are misplaced. Meaning Outlook automatically aligns the textboxes and labels to the right, but the text inside is still left to right.
I didn't find any property of the label, like other program languages have.
Can anyone help me? Thanks :)
Nili