Form->create('Language');?>
Form->input('name'); echo $this->Form->input('code'); ?>
Form->end(__('Submit', true));?>