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