A
A
Alexander Bondarenko2021-10-16 16:52:08
WordPress
Alexander Bondarenko, 2021-10-16 16:52:08

How to get page titles depending on language?

Hello everyone, using the polylang plugin, how can I get different page links in header.php depending on the language?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Zolin, 2021-10-16
@artzolin

$locale = get_locale();

if ( $locale == 'ru_RU' ) {
  # ru code...
} else {
  # other code...
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question