Function __global->get_lang_member

Definitions

sources/lang.php

  • Get what language the given member uses. The language is sent through a mapping to ensure it is in the right format, or dumped if it will not map.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$member_id MEMBER required parameter N/A N/A The member ID

Return

  • The language used by the member (null: the language will not map)
  • Type: ?LANGUAGE_NAME
  • Set: N/A
  • Range: N/A