PHP Classes

File: src/arrayeng.php

Recommend this page to a friend!
  Classes of Dannel   PHP Language Change   src/arrayeng.php   Download  
File: src/arrayeng.php
Role: Configuration script
Content type: text/plain
Description: Array include
Class: PHP Language Change
Change application language using arrays of text
Author: By
Last change:
Date: 4 years ago
Size: 244 bytes
 

Contents

Class file image Download
<?php
// feel free to change the values and the languages
$lang=array(
'home'=>'Home',
'lang'=>'Change Language',
'edit'=>'Edit Profile',
'leave'=>'Leave',
'help'=>'Help',
'welcome'=>'EXAMPLE MENU WITH INTERCHANGEABLE LANGUAGE'
)
?>