Microsoft Translator Developer & Web Master Support
Developer Support for the Microsoft Translator API and web page widget
Ankündigungen
Welcome!
Lane Rau Dienstag, 10. März 2009 02:10Hello and welcome to the Microsoft Translator MSDN forum!
The Microsoft Translator developer & webmaster forum provides you an opportunity to join a community of Microsoft Translator customers where you can share knowledge, get questions answered, and learn from others. Start by posting Microsoft Translator related questions in the forum corresponding to your topic of interest and leverage the knowledge available in your new forum community.
If you have any suggestions or feedback on Microsoft Translator products, please feel free to post in our forums.
The User forum for Microsoft Translator powered products is here: http://social.microsoft.com/Forums/en-US/translator/threadsGetting Started with Microsoft Translator
Lane Rau Montag, 23. März 2009 21:40Check out the Microsoft Translator documentation on MSDN at Getting Started with Microsoft Translator. We'll be posting more content here in the coming weeks.
Also, here is our online Interactive SDK, hosted on Azure.
Lane Rau
Marketing Manager, Microsoft Translator teamGetting Started with Microsoft Translator for PHP Developers
Steve Milroy Montag, 6. April 2009 19:20Loading the Translator widget asynchronously
Vikram DendiMSFTDienstag, 15. September 2009 10:31We have had some reports of variations in load times for the widget. While this can be due to many reasons (like location of the data centers relative to the site) - we are adding some optimizations to the widget to improve it's performance on your sites.For all those of you that have already adopted the widget - here is the piece of javascript that you can add to your existing snippet (just paste it below the existing code):<script type="text/javascript"> setTimeout(function() { var s = document.createElement("script"); s.type = "text/javascript"; s.charset = "UTF-8"; s.src = " http://api.microsofttranslator.com/v1/widget.svc/Embed?appId={appId}&from={siteLanguage}&layout={translationLayout}"; document.documentElement.appendChild(s); }, 0); </script>My sincere thanks to ditii.com for helping us troubleshoot.Go here for the User forum (Including Bing Translator)
Vikram DendiMSFTSamstag, 10. Oktober 2009 01:53For comments, concerns and questions about the various end user focused offerings powered by Microsoft Translator, please visit the user forum.Known Issues and possible workarounds affecting the widget & APIs (Please check here first before asking in the forums)
Vikram DendiMSFTDonnerstag, 19. März 2009 16:48Here is a constantly updated list of known issues (and any possible workarounds) that we are working to fix in future releases. Please keep checking here for the latest list.- Due to an Internet Explorer 8 standards mode issue, the ‘Translate’ or ‘Go’ button may not appear in the widget. In that case, switch to compatibility view. Webmasters can automatically have the page load in compatibility view with a simple tweak until a workaround is implemented. (Widget)
- Changing target language after translation without refreshing may leave some paragraphs un-translated (Widget)
- Smaller size paragraphs may appear un-translated if they contains some sequence of nested tags (Widget & AJAX API)
- The translation toolbar does not display what Detect method is returning. For example if we call Microsoft.Translator.translate without specifying the source language code, the API still returns correctly because our Language Auto-Detect code kicks in - but the translation toolbar does not display the language detected. It simply displays ‘Undefined’. (AJAX API)
- If the size of a paragraph in a page approaches 2000 characters, then it will not be translated. (Widget & AJAX API)
Announcing the Microsoft Translator web page widget
Lane Rau Donnerstag, 19. März 2009 01:07The Microsoft Translator team is very proud to announce the technology preview of an innovative offering for web page translations. Attendees to MIX09 this week get a special invitation to try out the Microsoft Translator web page widget. We are also accepting registrations, and will be sending out more invites as they become available.
What it is: Built on top of the Microsoft Translator AJAX API (also announced today) it is a small, customizable widget that you can place on your web page – and it helps you instantly makes the page available in multiple languages.
Who it is for: Anyone with a web page. If you can paste a small snippet of code into your page, you will be able to display the widget to your audience. No need to know programming intricacies, or how to call a javascript API. No need to write or install server side plug-ins for your specific software.
What it offers: It provides a simple interface to anyone that visits the web page to select and translate content into a different language. You can see a demo on this page.
What is cool about it:
- Innovative: Unlike other (including our) existing solutions, it does not take the users away from the site. The translations are in-place and instant. Users can hover over the translation to see the original.
- Easy to Use: Adding it to your page is as easy as copy and paste. Using it on the site is as easy as select language and click the button.
- Customizable: You can pick the colors that best blend into your site design. You can pick the size that would best fit into your design (in fact the widget has an adaptive layout that better uses real estate when very wide).
- Thoughtful User Experience: Progressive rendering allows for the page to get translated progressively – without having the user stare at a white space while the translation is being performed. The translation toolbar that appears when the translation is kicked off provides a progress indicator, the languages selected and a way to turn off the translation.
- Localized: The UI is available in multiple languages – so users that come to your page with their browser set to a different language will see the widget in their language.
Fun! What does it cost: It is completely free. You can put it on any site – commercial or non-commercial. You are only limited by the invite codes available at this point, but over the coming months we plan to make it more widely available.
What we are working on:
- More polish: We will be looking for your feedback and continue to work on the fit and finish for the widget & toolbar UI.
- More customizability: We will be evolving the default color palette available to you through the adoption portal. We will also be looking at your feedback on the overall design.
- New Features: There are a bunch of very cool features that we are working on that will be added soon (your widgets will inherit most of these features). These include “Automatic” translations on page load, multiple layouts/views (bringing in the well received views feature of our bi-lingual viewer offering) and some surprises that we are working on with other teams at Microsoft.
Other questions:
I can’t get it to work. Where can I get support or provide feedback?
I would like to highlight that this is a technology preview release – so please do test it on your site before presenting to your users. The Microsoft Translator forums are now live. Feel free to head over and interact with other users. You will also find members of our team there who can help.
Can this save me the cost of doing human translation on my professional website?
Our goal (and that of most machine translation systems available today) is to provide what we call “useful” translations. While the technology is improving month to month, it will still take a long time before it can match human translation quality. We don’t recommend using machine translation for sensitive or highly critical information. You can learn more about translation quality here and here. You can learn more about how we do machine translation here.
How many languages do you support? When can you add support for <insert language here>?
Currently we support the following languages.
-
· Arabic
-
· Chinese (Simplified & Traditional)
-
· Dutch
-
· French
-
· German
-
· Italian
-
· Japanese
-
· Korean
-
· Polish
-
· Portuguese
-
· Russian
-
· Spanish
Polish was our most recent addition. Our goal is to keep adding languages as we get enough training data to meet our minimum (“useful”) quality criteria which include both standard measurements and human evaluations.
I am using a hosted service for my site/blog that does not let me use javascript widgets. What can I do?
We are looking to work with providers of hosted services to make adding the widget an easy process for their users. If your provider does not offer this, please let them and us know that you would like to see the widget work with your site.
Keep checking this post and our forums for announcements, known issues and more information. You can follow our MIX09 coverage on twitter and on Vikram’s blog.
- Innovative: Unlike other (including our) existing solutions, it does not take the users away from the site. The translations are in-place and instant. Users can hover over the translation to see the original.
Filtern und SortierenMit dieser Optionen können Sie die Diskussionsliste eingrenzen.
- 6763

Why does it take toooo long to get the invite code? Or
Orlando Robles Freitag, 2. Oktober 2009 20:55 - 31039

for bing soap php api error
shoesgucci Samstag, 12. September 2009 16:31 - 1237

MS Translator API call from SQL
Yosias Montag, 16. November 2009 20:35 - 1432

Multitlanguage
Phokaefs Sonntag, 25. Oktober 2009 12:39 - 1260

Microsoft Crystal report localization best practice
Prayag Ganoje Freitag, 30. Oktober 2009 09:13 - 2102

How to handle HTTP status 503: Service Unavailable.
Phil Jollans Freitag, 20. November 2009 21:49 - 1137

Does this API support VB6 or is there any alternative way?
Roy.Liu Dienstag, 3. November 2009 09:56 - 1978

Case Preservation
Mike Granby Donnerstag, 23. Juli 2009 23:55 - 1600

Translation Error when using it because of the C# program
naokun Dienstag, 25. August 2009 17:20 - 121039

MS Translation SOAP Interface Has Transaction Limits?
LLahman Mittwoch, 23. September 2009 22:48 - 1532

Ajax interface supports 'translate="no"' element, is like functionality available for SOAP?
pterm Freitag, 4. September 2009 12:20 - 2371

Translator widget only takes one site address?
qualiteeze Donnerstag, 5. November 2009 17:13 - 181400

Widget stopped working??
Kip Kniskern Mittwoch, 17. Juni 2009 03:19 - 1653

Only main page translation.
Glauco Schaffer Dienstag, 15. September 2009 16:18 - 1817

Can we host the javascript for the translator widget on our own site?
Gene.Reddick Sonntag, 9. August 2009 06:18 - 2571

AJAX API examples problems
venven Dienstag, 18. August 2009 19:57 - 4716

Can I use this API with Shift-JIS HTML?
MISATO301 Freitag, 31. Juli 2009 16:34 - 1283

Can I give the online translator a hint that the text is formal or informal?
Barnaby Falls Donnerstag, 29. Oktober 2009 08:15 - 0260

Please devise the method of taking the screen capture together when the translation becomes 100%.
yamadanaotaka Samstag, 24. Oktober 2009 06:29 - 1408

Hindi..?
achalddave Donnerstag, 15. Oktober 2009 00:05

