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.
在加载时在谷歌网站翻译器中获取默认语言,然后加载选择的语言
作为我的客户要求,我需要更改所选语言的内容,但它加载为默认语言,加载后更改为所选语言
如何在我的网站上避免这种情况
Google Translate API 使用 AJAX 连接,因此内容以默认语言从服务器下载到浏览器,并且只有在加载内容后才能将其更改为所选语言。避免这种情况的唯一方法是display: hidden;在元素被谷歌翻译器翻译之前隐藏内容,然后删除display: hidden;样式以显示翻译后的内容。
display: hidden;