/**
 * Method to compute the default name of the asset.
 * The default name is in the form table_name.id
 * where id is the value of the primary key of the table.
 *
 * @return  string
 *
 * @since   3.8.0
 */
protected function _getAssetName()
{
    return 'com_languages.language.' . $this->lang_id;
}