Map<String, String>? getDic( Map<String, Map<String, Map<String, String>>> fullDic, String module) { return fullDic[locale.languageCode]![module]; }