PHP Classes

File: main.php

Recommend this page to a friend!
  Classes of Orkhan   Language Class   main.php   Download  
File: main.php
Role: Configuration script
Content type: text/plain
Description: Configs File
Class: Language Class
Get application translation texts from PHP scripts
Author: By
Last change:
Date: 12 years ago
Size: 118 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Languages' => array(
       
'az', 'ru', 'en',
    ),
   
'DefaultLanguage' => 'az',
);

?>