Gets a text value from the dictionary or returns the default if not found
static String getText(String key) { return _textDictionary[key] ?? defaultTextDictionary[key] ?? key; }