PHP Classes

File: demo/langs/en.php

Recommend this page to a friend!
  Classes of Melih Berat SANLI   PHP Multilanguage Support   demo/langs/en.php   Download  
File: demo/langs/en.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Multilanguage Support
Retrieve texts for multiple application languages
Author: By
Last change:
Date: 4 years ago
Size: 275 bytes
 

Contents

Class file image Download
<?php
$LANG
= array();
$LANG['hw'] = "Hello World!";

$LANG['link1'] = "Home";
$LANG['link2'] = "About";
$LANG['link3'] = "Contact";

$LANG['select'] = "Please select a language";
$LANG['select_log'] = "Your select '%s'";

$LANG['t_e'] = "Error message test!";
?>