Jump to content

Recommended Posts

Posted

what's the best way to return the user's current language specific URL segment?

I mean for example /en/ or /de/ depending on the user's active language?

Posted

Then you need to look for the home’s name in the user’s language, either

$pages->get(1)->getLanguageValue($user->language, "name");

or

$pages->get(1)->localName($user->language);

 

  • Like 3

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...