0
NSLocale *curentLocale = [NSLocale currentLocale];
NSString *locale = [curentLocale displayNameForKey:NSLocaleIdentifier
value:[curentLocale localeIdentifier]];
NSLog(@"locale = %@",locale);
我在控制檯語言環境=英語(印度語)。這是因爲我的設備來自印度。 如果我帶最大字符和最大字符的國家,那麼區域設置可以包含多少字符?這是我的問題。有關語言環境的問題