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

unable to change default Language #55

Closed
matthaselip opened this issue Feb 14, 2018 · 1 comment
Closed

unable to change default Language #55

matthaselip opened this issue Feb 14, 2018 · 1 comment

Comments

@matthaselip
Copy link

Im trying to change the default Language currency from $ to £ and also change the image

There is no way to create a new language and set the new language as default

@kirilkirkov
Copy link
Owner

@matthaselip Fist add new language from administration Languages and make sure that you are give 777 permissions (on linux) for your attachments directory and application/languages directory. After you add this language go to /application/config/config.php and fill this with your new language

$config['language'] = 'english';
$config['language_abbr'] = 'en';
$config['currency'] = '€';
$config['currencyKey'] = 'EUR';

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