PHP Classes

File: src/arrayesp.php

Recommend this page to a friend!
  Classes of Dannel   PHP Language Change   src/arrayesp.php   Download  
File: src/arrayesp.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'=>'Inicio',
'lang'=>'Cambiar Idioma',
'edit'=>'Editar Perfil',
'leave'=>'Salir',
'help'=>'Ayuda',
'welcome'=>'MENU DE EJEMPLO CON INTERCAMBIO DE IDIOMA'
) ?>