Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #653541

    I am working on a site where the default language is danish.

    The top of the pages is:
    <!DOCTYPE html>
    <html lang=”da-DK” prefix …..

    On two pages (German and English) I want to change
    <html lang=”da-DK”
    to
    <html lang=”en-US”
    and
    <html lang=”de”

    Is it possible in the enfold theme ?

    #653545

    Hi Peter!

    That is possible with any theme, as it is HTML.
    That is been generated on the header.php file of the themes.
    You can have an if statment, which will get the active language and use it for the translation.

    Please do let us know if we can do anything else for you.

    Cheers!
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.