static Map<String, dynamic> get dictionary { if (localeName == 'ko_KR') { return _korean; } else { return _english; } }