FAQ Detail

Question : How do I remove a language

Answer :

  • Go to ROOT/application/config directory and open business_directory.php file
  • You'll see there is a line similar to "$config['active_languages'] = array('en'=>'English','ru'=>'Russian','ar'=>'Arabic');"
  • Remove the language you want from there.
    • For example if you want to remove all the languages and keep only English, replace the line with "$config['active_languages'] = array('en'=>'English');"