Template file: Home.de.page
Template file: Home.es.page
Template file: Home.fr.page
Template file: Home.page
Class file: Home.php
Template file: Home.pl.page
Template file: Home.zh.page
Class file: LanguageList.php
Template file: LanguageList.tpl

/Advanced/Samples/I18N/LanguageList.tpl

<ul>
		<li><a href="index.php?page=<%= $this->Request->ServiceParameter %>&lang=en">English</a></li>
		<li><a href="index.php?page=<%= $this->Request->ServiceParameter %>&lang=zh">中文简体</a></li>
		<li><a href="index.php?page=<%= $this->Request->ServiceParameter %>&lang=zh_TW">中文繁體</a></li>
		<li><a href="index.php?page=<%= $this->Request->ServiceParameter %>&lang=de">Deutsch</a></li>
		<li><a href="index.php?page=<%= $this->Request->ServiceParameter %>&lang=es">Español</a></li>
		<li><a href="index.php?page=<%= $this->Request->ServiceParameter %>&lang=fr">Français</a></li>
		<li><a href="index.php?page=<%= $this->Request->ServiceParameter %>&lang=id">Bahasa Indonesia</a></li>
		<li><a href="index.php?page=<%= $this->Request->ServiceParameter %>&lang=pl">Polska</a></li>	
	</ul>