获取字符串信息
String getString(String key) { LogUtils.d('getString = $key', tag: TAG); return _localizedValues?[key]; }