private String localized(String strKey) {
   return DisplayState.getCurrent().getLocalizedString(strKey);
 }