Store language - where is it stored?
Posted: Fri Feb 03, 2023 1:32 am
I'm trying to access what the default language set to a store within Stores - Settings - local (tab) - language, here it can be set to any language but I can't find how to access it or where it is stored in the database.
This just gets the current language:
But I want to access the language it is set to within admin settings.
Anyone know?
Thanks!
opencart 3.0.1.2
This just gets the current language:
Code: Select all
(int)$this->config->get('config_language_id');
Anyone know?

Thanks!
opencart 3.0.1.2