A customer has asked us to remove the 'Language Encoding' field from the Advanced tab in Edit mode.
I couldn't see an easy way to do this, so I thought I would remove all language codes except the required one.
However, in Admin mode, when I click the 'Delete' button for a language in 'Edit Language Codes' and confirm the deletion I get the following error:
The DELETE statement conflicted with the REFERENCE constraint "FK_tblLanguageBranch_tblLanguage". The conflict occurred in database "dbPulseConnect", table "dbo.tblLanguageBranch", column 'fkBranchLanguageID'.
The statement has been terminated
The Site is running on EPiServer 4.62B, and Globalization is disabled.
Can I remove the language codes by 'hacking' the database, or for this particular requirement, is there a way to hide the 'Language Encoding' field from editors?
The DELETE statement conflicted with the REFERENCE constraint "FK_tblLanguageBranch_tblLanguage". The conflict occurred in database "dbPulseConnect", table "dbo.tblLanguageBranch", column 'fkBranchLanguageID'. The statement has been terminated
The Site is running on EPiServer 4.62B, and Globalization is disabled. Can I remove the language codes by 'hacking' the database, or for this particular requirement, is there a way to hide the 'Language Encoding' field from editors?