Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set default language to English? #30

Closed
keystroke99 opened this issue Oct 13, 2017 · 3 comments
Closed

How to set default language to English? #30

keystroke99 opened this issue Oct 13, 2017 · 3 comments

Comments

@keystroke99
Copy link

Hi.. just installed the project... really cool and interesting.. i'm struggling to change the default language to english. please help me with this.

@kirilkirkov
Copy link
Owner

Hello @keystroke99 .
Go to application/config/config.php and change this three lines:

$config['language'] = 'bulgarian';
$config['language_abbr'] = 'bg';
$config['currency'] = 'лв';
$config['currencyKey'] = 'BGN';

to English.

@kirilkirkov
Copy link
Owner

I change default language to English

@keystroke99
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants