/**
 * Method to get the field options for content languages.
 *
 * @return  array  The options the field is going to show.
 *
 * @since   1.6
 */
protected function getOptions()
{
    return array_merge(parent::getOptions(), HTMLHelper::_('contentlanguage.existing'));
}