Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能是一个愚蠢的问题,但我无法用多种语言对此进行测试。
我想知道微软翻译器是否将支持的语言列表翻译成浏览器检测到的语言?我认为确实如此,但希望得到验证。
TIA
GetLanguagesForTranslate() 返回支持的语言 ID 集。GetLanguageNames() 采用语言 ID 数组并以您在“locale”参数中指定的语言返回语言的友好名称,其中 locale 是 ISO639 语言代码。
您可以收听浏览器的接受语言设置并将它的第一个元素传递给 locale 参数。这就是必应翻译主页的作用 (www.bing.com/translator)