If you want the content your blog (or website) can be read by peoples from all over the world, you do not need to write a web page content into multiple languages. There is a very powerful tool for this purpose, the Google Translate!
For example, you can see that I translate tool pairs in the upper-left corner of this blog. You just need to open the drop down list, and then select the language you want. Now, you can read my articles in your language.
Here's what you should do:
- Login to your blogger account, click Dashboard
- Click on Template tab, and then choose Edit HTML
- Write the code below into your web page at the position you want
<div id="google_translate_element"><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
page.Language: 'xx'
}, 'google_translate_element'); } </script><script src="http://translate.google.com/translate_a/element.js? cb=googleTranslateElementInit"></script>
- Select the language of your webpage (replace the xx with your language code)
- Save your editing, try to view your blog, and now the webpages already have a tranlator
The following language code that you can choose to set the default language of your webpages:
- af (Africaans), sq (Albanian), ar (Arabic), be (Belarusian), bg (Bulgarian), ca (Catalan), zh-CHzh-TW (Chinese Traditional), hr (Croatian), cs (Czech), da (Danish), nl (Dutch), en (English), et (Estonian), tl (Filipino), fi (Finnish), fr (French), gl (Galician), de (German), el (Greek), iw (Hebrew), hi (Hindi), hu (Hungarian), is (Icelandic), id (Indonesian), ga (Irish), it (Italian), ja (Japanese), ko (Korean), lv (Latvian), lt (Lithuanian), mk (Macedonian), ms (Malay), mt (Maltese), no (Norwegian), fa (Persian), pl (Polish), pt (Portuguese), ro (Romanian), ru (Russian), srsk (Slovak), sl (Slovenian), es (Spanish), sw (Swahili), sv (Swedish), th (Thai), truk (Ukrainian), vi (Vietnamese), cy (Welsh), and yi (Yiddish).
|
Posting Komentar