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

Load language issue #913

Closed
iceleo-com opened this issue Jan 26, 2018 · 3 comments
Closed

Load language issue #913

iceleo-com opened this issue Jan 26, 2018 · 3 comments

Comments

@iceleo-com
Copy link

Hi,

I don't see the document about the Languages. I try this method:

	$language = service('language', 'en');
	$language->load('test');

And I get a error:

Call to protected method CodeIgniter\Language\Language::load()

Any ideals help me to load a language?

Thanks!

@ridho1991
Copy link
Contributor

No need to load language.
Just: echo lang('Languagefile.Languagekey');

see https://bcit-ci.github.io/CodeIgniter4/libraries/localization.html

@iceleo-com
Copy link
Author

iceleo-com commented Jan 26, 2018

Thank ridho1991,

And how I change the value of $defaultLocale and $supportedLocales from my database? I need to change them dynamically.

@deathart
Copy link
Contributor

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

No branches or pull requests

4 participants