Getting Started page on MSDN sample
-
2010年12月17日 4:42
Hi,
I am following steps on Getting Started with Microsoft Translator > Using the HTTP API (http://msdn.microsoft.com/en-us/library/ff512387.aspx) and in the code snippets part:
.png)
.png)
locale would return an xml like:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">en</string>
so the string should be parsed first before it would display as it's shown as the result
.jpg)
Am I missing something? or there's a bug in the sample? This would mislead NEW developers who would be the majority of readers of samples.
Thanks.