Skip to content

Instantly share code, notes, and snippets.

@cameri
Created October 28, 2013 16:42
Show Gist options
  • Save cameri/7200274 to your computer and use it in GitHub Desktop.
Save cameri/7200274 to your computer and use it in GitHub Desktop.
<?php
echo $this->Form->input(
'SelectedLanguage',
array(
'type' => 'hidden',
'div' => false,
'onchange' => 'this.form.submit()',
'options' => Configure::read('Localization.languageAliases'),
'default' => Configure::read('Config.language')
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment