String getNameWithLocal(String local) { var map = this.toJson(); if (map.containsKey(local)) { return map[local]; } return en; }