Eureka Chen 该篇为翻译文章,可以【只显示中文】 【 只显示英文】 【刷新页面

English Title Just Demo 中文标题-只是样例而已

This document describe how to use lang attributes for translate.

该文档展示了如何使用lang来进行文档翻译。

Step 1: set up standard template第1步:建立标准的模板文件

First, new file from template.html, of course can new file from template_translate.html

首先,用标准模板文件template.html,或者按照template_translate.html 建立一个文件。

Step 2: put lang='zh' for every translate第2步:需要翻译的地方放上lang属性

this just a place holder

当然,可以根据实际需要看要不要添加div或者span标签。

Step 3: add content for header and head for check 在header和head标签中加入内容以更隐去中文或英文

在head中加入:

<script src="http://www.chenyaojun.com/e/js/translate.js" type="text/javascript"></script> 

在header中加入:

该篇为翻译文章,可以【<a href="javascript:showLang('zh')">只显示中文</a>】 【<a href="javascript:showLang('en')">只显示英文</a>】 【<a href="javascript:location.reload()">刷新页面</a>】