• Hi everybody.

    I have a web translated to 3 language, spanish, english and italian. I would like to have de language menu items translated for each language. For example:

    when i am in spanish edition I want to read: Versión Espa?ola, Versión Inglesa, Versión Italiana.
    When i am in english edition I want to read: Spanish Edition, English Edition, Italian Edition
    And so far.

    Is there anyway to do that with polylang? Thank you very much, and sorry for my bad english.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chouby

    (@chouby)

    Hi,

    This is not a feature of Polylang.

    The only ways I see for you to that is is either to create your own language switcher ( you an get all information in with the ‘raw’ option of pll_the_languages() ) and output exactly as you want. Or you can filter the output of the current language switcher with the filter pll_the_languages and a bunch of str_replace.

    Thread Starter comodo

    (@comodo)

    Ok, thank you very much.

    I resolved the problem using jquery, replacing text when load the pages. It is not the best way but it is working.

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Language menu items in the same language’ is closed to new replies.