Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Как проверить на текущий язык? if lang == en


Recommended Posts

проверьте суещёствование переменной $data['lang'] = ... в header.php

а лучше возьмите свою конструкцию

if(isset($this->session->data['language'])) {
$data['current_lang'] = $this->session->data['language'];

}else{

$data['current_lang'] = $this->config->get('config_language');

}

и уже в своем шаблоне проверяйте текущий язык сайи

{% if current_lang == 'ru-ru' %}

//что-то гделаете

{% endif %}

 

И во время разрилитки не забываем выключать кеш Twig или хотя бы листить его

  • +1 1
Link to comment
Share on other sites

Спасипотому что щас буду пропотому чтовать

Блин вот за кеш прям спасипотому что, я уже весь перематерился. Первый раз с 3 версией рилиию

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
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.