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

Research on the problem of flip navigation with tilted mouse

In this article, we will analyze the production of...

Example of how to install kong gateway in docker

1. Create a Docker network docker network create ...

Detailed example of using js fetch asynchronous request

Table of contents Understanding Asynchrony fetch(...

Solution to the problem that Navicat cannot remotely connect to MySql server

The solution to the problem that Navicat cannot r...

Notes on using the blockquote tag

<br />Semanticization cannot be explained in...

Pure HTML+CSS to achieve typing effect

This article mainly introduces the typing effect ...

Record the whole process of MySQL master-slave configuration based on Linux

mysql master-slave configuration 1. Preparation H...

MySQL 4 methods to import data

1. Import mysql command The mysql command import ...

Drop-down menu and sliding menu design examples

I found a lot of websites that use drop-down or sl...

Introduction to Royal Blue Color Matching for Web Design

Classical color combinations convey power and auth...

Let's talk about parameters in MySQL

Preface: In some previous articles, we often see ...

Three Ways to Lock and Unlock User Accounts in Linux

If you already have some kind of password policy ...

HTML is the central foundation for the development of WEB standards

HTML-centric front-end development is almost what ...

HTML5+CSS3 coding standards

The Golden Rule No matter how many people are wor...

Simple web design concept color matching

(I) Basic concepts of web page color matching (1) ...