有没有办法像我在objectiveC中那样在带有锌的actionscript中获取ISO 3166中的国家语言代码(例如:US_en):
NSString* language = [[NSLocale preferredLanguages] objectAtIndex:0];
NSString *locale = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode];
NSString *updateLocaleLanguage =[NSString stringWithFormat:@"%@_%@",locale,language];