I need to modify admin Languages view (add checkbox) so that when checked, language is excluded during language drop-down render.
This should only hide language (remove from drop-down) but not disable/remove language (and content) itself.
I have very little experience with Drupal but I guess this needs to be done:
- Languages view modified (checkbox added)
- Model (and table) representation of language modified (bool added)
- Drop-down render modified to skip languages with bool set to true
Any help would be much appreciated on how to implement this.

