| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 3914|Reply: 3
Collapse the left

Is there any way to disable the multi lang funciton?

[Copy link]

 United States

Post time: 2013-07-07 15:07
| Show all posts |Read mode
I only want to use English Version.
How can I do that?
Post time: 2013-07-07 15:15
| Show all posts
Open config/config_global.php

Find
  1. // ----------------------  CONFIG DETECT_LANGUAGE  ---------------------- //
  2. $_config['detect_language'] = 1;

  3. // --------------------  CONFIG ENABLE_MULTILINGUAL  -------------------- //
  4. $_config['enable_multilingual'] = 1;
Copy the Code
Replace to
  1. // ----------------------  CONFIG DETECT_LANGUAGE  ---------------------- //
  2. $_config['detect_language'] = 0;

  3. // --------------------  CONFIG ENABLE_MULTILINGUAL  -------------------- //
  4. $_config['enable_multilingual'] = 0;
Copy the Code

 Russia

Post time: 2013-07-07 16:18
| Show all posts

 United States

 Author| Post time: 2013-07-07 19:19
| Show all posts
Cool, Thank your Bro~~
You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-05-03 06:02 GMT+3 , Processed in 0.058032 sec., 9 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list