有没有办法在带有锌的动作中获取ISO 3166中的国家/地区语言代码(例如:US_en),就像我在objectiveC中所做的那样:
NSString* language = [[NSLocale preferredLanguages] objectAtIndex:0];
NSString *locale = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode];
NSString *updateLocaleLanguage =[NSString stringWithFormat:@"%@_%@",locale,language];
答案 0 :(得分:1)