10 defined(
'JPATH_PLATFORM') or die;
31 protected $type =
'Language';
40 protected function getOptions()
43 $client = (string) $this->element[
'client'];
45 if ($client !=
'site' && $client !=
'administrator')
51 $options = array_merge(
57 if ($langParams = JComponentHelper::getParams(
'com_languages'))
59 switch ((
string) $this->value)
64 $this->value = $langParams->get(
'site',
'en-GB');
70 $this->value = $langParams->get(
'administrator',
'en-GB');
75 $this->value = $lang->getTag();