我在我的代码中使用“goog.locale.getlocalizedcountryname”函数从国家代码中获取本地化的完整国家名称,例如“en-US”。
goog.locale.getLocalizedCountryName('en-US') // Actual implementation contains variablename.
给TypeError: Cannot read property 'COUNTRY' of undefined
.
还
goog.locale.getResource('LocaleNameConstants', goog.locale.getLocale())
给出undefined
(继续调试以找到这个)
我错过了什么?