setEN method

void setEN()

Implementation

void setEN() {
  _type = LangType.en;
  notifyListeners();
}