Please select To the mobile version | Continue to access the desktop computer version
| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 5568|Reply: 1
Collapse the left

How to disable "Change Language"?

[Copy link]
Post time: 2013-06-19 12:09
| Show all posts |Read mode
Hello,
How to disable "Change Language"?
I want to use only one language.





Related collections:

Post time: 2013-06-19 12:42
| Show all posts
1.
config/config_global.php

  1. $_config['output']['language'] = 'en';
Copy the Code
replace to

  1. $_config['output']['language'] = 'pl';
Copy the Code
########################################################

  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

Rate

Number of participants 2Rating +2 Collapse Reason
mateo2012 + 1 Very nice!
vot + 1 Very nice!

View Rating Log

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-03-29 18:02 GMT+3 , Processed in 0.033360 sec., 12 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