Click here to Skip to main content
15,897,371 members

Comments by Member 10889460 (Top 9 by date)

Member 10889460 8-Jan-15 2:45am View    
Hi. Tnx for your reply.
I googled and checked for mirror image.For doing mirror image all what we have to do is
this.RightToLeft = RightToLeft.Yes;
this.RightToLeftLayout = true;

For translating predefined texts and error message I am using .Net language pack.

Then for translation what I did is
I looped through all my controls and got the text of each controls. then translated those text using Bing/MicrosoftTranslator.
What issue I faced here is when I stored the fields like notes or comments in English in database and when I want to show it in Arabic.
That is when I translate a sentence to Arabic the meaning is not exact.
That is word translation is good but sentence translation is not exact.
What is the methodology to translate a sentence ?
Member 10889460 7-Jan-15 9:17am View    
Deleted
Ya Microsoft.Translator is under the References. As you can see in my code snippet
using Yam.Microsoft.Translator;
using Yam.Microsoft.Translator.TranslatorService;
I have done the same in my code.
Member 10889460 6-Jan-15 3:43am View    
Ok. Thanks Mehdi Gholam
Member 10889460 6-Jan-15 2:20am View    
OK.
Understood.
But we have many forms.
In that case we have to create many resource files. Isn't it ?
Member 10889460 17-Jun-14 6:37am View    
Even this link was helpful

MIME Types by File Extension

This link contains lot of MIME Types by File Extensions