Context->Session->User->Permission('PERMISSION_MANAGE_LANGUAGE')) { $this->Context->WarningCollector->Add($this->Context->GetDefinition('PermissionError')); echo '
'.$this->Get_Warnings().'
'; } else { $this->PostBackParams->Set('PostBackAction', 'ProcessLanguageChange'); echo '
'; if ($this->PostBackValidated) echo '
'.$this->Context->GetDefinition('LanguageChangesSaved').'
'; echo '
'.$this->Context->GetDefinition('LanguageManagement').' '.$this->Get_Warnings().' '.$this->Get_PostBackForm('frmLanguageChange').'
'; } ?>