How do I force the Microsoft Translator widget to use a specific destination language without depending on the language sent by the browser?
How do I force the Microsoft Translator widget to use a specific destination language
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I also had the same problem so thought I’d post how I fixed it.
I found that you can simply insert the language letter code into the widget’s ajax URL. For example, search the widget code for this:
Then you can just insert “&to=de” for example, if you want to translate to German. E.g.:
As easy as that!