W3cubDocs

/Drupal 8

public function AccountInterface::getPreferredAdminLangcode

public AccountInterface::getPreferredAdminLangcode($fallback_to_default = TRUE)

Returns the preferred administrative language code of the account.

Defines which language is used on administrative pages.

Parameters

bool $fallback_to_default: (optional) Whether the return value will fall back to the site default language if the user has no administration language preference.

Return value

string The language code that is preferred by the account for administration pages. If the preferred language is not set or is a language not configured anymore on the site, the site default is returned or an empty string is returned (if $fallback_to_default is FALSE).

File

core/lib/Drupal/Core/Session/AccountInterface.php, line 101

Class

AccountInterface
Defines an account interface which represents the current user.

Namespace

Drupal\Core\Session

Code

public function getPreferredAdminLangcode($fallback_to_default = TRUE);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Session!AccountInterface.php/function/AccountInterface::getPreferredAdminLangcode/8.1.x