The translate tool fails to translate webpage from "zh-TW" to "zh-CN".
Nothing happens after selecting option "Chinese (Simplified)".
The translator init is as below:
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'zh-TW',
includedLanguages: 'zh-CN,zh-TW',
}, 'google_translate_element');
}
However, on the same webpage, if the "pageLanguage" is set to "en",
the web page could be translated to "zh-CN" correctly.
The webpage is mainly in Traditional Chinese.
Set "multilanguagePage" to "true" does not help.
Thanks for your time!
--
You received this message because you are subscribed to the Google Groups
"General" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-translate-general?hl=en.