PHP Classes

File: Config/options.php

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

Contents

Class file image Download
<?php

/**
 * Library Options
 */

return [
   
'default_lang' => 'en',
   
'detect_browser_lang' => true,
   
'detect_country_lang' => true,
   
'hide_untranslated' => true,
   
'alert_user_available_lang' => true,
   
'hide_default_language' => false,
   
'lang_key' => 'lang',
];