示例#1
0
	<b>Change Language : </b> 
		<a href="?language=english">English</a> &nbsp;&nbsp;&nbsp;
		<a href="?language=spanish">Spanish</a> &nbsp;&nbsp;&nbsp;
		<a href="?language=french">French</a> &nbsp;&nbsp;&nbsp;
		<hr>
	<table border="1" width="50%">
		<caption>Default Language Demo</caption>
		<tr>
			<th><?php 
echo ucfirst($_SESSION['language']);
?>
</th>
		</tr>
		<tr>
			<td><?php 
$Main->LanguageString("Hello");
?>
</td>
		</tr>
		<tr>
			<td><?php 
$Main->LanguageString("Bye");
?>
</td>
		</tr>
		<tr>
			<td><?php 
$Main->LanguageString("Thank You");
?>
</td>
		</tr>