NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"zh_CN"]; //中文显示
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]; //英文显示
self.datePicek.locale = locale;//你的dataPicker的local属性
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"zh_CN"]; //中文显示
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]; //英文显示
self.datePicek.locale = locale;//你的dataPicker的local属性