Map<String, String>? getLanguageResources(String language) { if (!_resources.containsKey(language)) return null; return _resources[language]; }