Sharing of two website page translation plug-ins

Sharing of two website page translation plug-ins

TranslateThis URL: http://translateth.is

Google Translate URL: http://translate.google.cn/translate_tools?hl=zh-CN&sl=zh-CN

Translate

Copy code
The code is as follows:

<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'zh-CN',
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>


Copy code
The code is as follows:

<!-- Begin TranslateThis Button -->
<div id="translate-this"><a href="http://translateth.is/" class="translate-this-button">Translate</a></div>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://x.translateth.is/translate-this.js"></script>
<script type="text/javascript">
TranslateThis();
</script>
<!-- End TranslateThis Button -->

<<:  Basic use of subqueries in MySQL

>>:  Util module in node.js tutorial example detailed explanation

Recommend

Details on using JS array methods some, every and find

Table of contents 1. some 2. every 3. find 1. som...

How to use Node.js to determine whether a png image has transparent pixels

background PNG images take up more storage space ...

Explore JavaScript prototype data sharing and method sharing implementation

Data Sharing What kind of data needs to be writte...

Docker completely deletes private library images

First, let’s take a look at the general practices...

Problems with installing mysql and mysql.sock under linux

Recently, I encountered many problems when instal...

mysql installer web community 5.7.21.0.msi installation graphic tutorial

This article example shares the specific code for...

Detailed explanation of mysql5.6 master-slave setup and asynchronous issues

Table of contents 1. MySQL master-slave replicati...

When you enter a URL, what exactly happens in the background?

As a software developer, you must have a complete...

How to get the real path of the current script in Linux

1. Get the real path of the current script: #!/bi...

VMware Workstation Installation (Linux Kernel) Kylin Graphic Tutorial

This article shares with you how to install Kylin...

MySQL pessimistic locking and optimistic locking implementation

Table of contents Preface Actual Combat 1. No loc...

How to solve "Unable to start mysql service error 1069"

Today, when I was on the road, a colleague sent m...

JavaScript Reflection Learning Tips

Table of contents 1. Introduction 2. Interface 3....