Jump to content

Language specific hooks?


Chrims

Recommended Posts

You can get the language id and put an if around the addJS function like so:

$id_lang = $cookie->id_lang;
if($id_lang == 1)
    $this->context->controller->addJS($this->_path.'/views/js/front_en.js');
else
    $this->context->controller->addJS($this->_path.'/views/js/front_nl.js');
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...