Exemplo n.º 1
0
<?php

$starttime = microtime(true);
include "scripts/function.php";
langSetting("other.json");
?>

<!DOCTYPE html>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<head>
    <meta charset="UTF-8">
    <title>multiLanguage Demo</title>
</head>
<body>

<div align="center">

    <h1><?php 
echo $t_title;
?>
</h1>

    <p>
        <a href="?lang=zh-CN">中文</a>
        <a href="?lang=en-US">English</a>
        <a href="?lang=ja-JP">日本語</a>
    </p>
	
	<h3><?php 
echo $t_description;
?>
Exemplo n.º 2
0
<?php

$starttime = microtime(true);
include "scripts/function.php";
langSetting("index.json");
?>

<!DOCTYPE html>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<head>
    <meta charset="UTF-8">
    <title>multiLanguage Demo</title>
</head>
<body>

<div align="center">

    <h1><?php 
echo $t_title;
?>
</h1>

    <p>
        <a href="?lang=zh-CN">中文</a>
        <a href="?lang=en-US">English</a>
        <a href="?lang=ja-JP">日本語</a>
    </p>
	
	<h3><?php 
echo $t_description;
?>