PHP Classes

File: core/local/en.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Language Selector class   core/local/en.php   Download  
File: core/local/en.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Language Selector class
Get texts for the current language from globals
Author: By
Last change: Apply fixes from StyleCI
Date: 5 years ago
Size: 181 bytes
 

Contents

Class file image Download
<?php
 $GLOBALS
['lang'] = [
   
'home' => 'Home',
   
'en' => 'English',
   
'ur' => 'Urdu',
   
'submit' => 'Submit',
   
'select' => 'Select language (select one)',

];