PHP Classes

File: Config/enabled.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Multilingual Support Library   Config/enabled.php   Download  
File: Config/enabled.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Multilingual Support Library
Translate texts for Web sites from JSON or DB
Author: By
Last change:
Date: 3 years ago
Size: 98 bytes
 

Contents

Class file image Download
<?php

/**
 * enabled languages in application
 */

return [
   
0 => 'ar',
   
1 => 'en',
   
2 => 'de'
];