PHP Classes

File: Config/code.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Multilingual Support Library   Config/code.php   Download  
File: Config/code.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: 182 bytes
 

Contents

Class file image Download
<?php

/**
 * Languages local code 4-digits
 */
return [
   
'ar' => 'ar',
   
'en' => 'en-US',
   
'de' => 'de_DE',
   
'fr' => 'fr_FR',
   
'pt' => 'es_ES',
   
'ro' => 'ro_RO',
   
'te' => 'te-TE',
];