I'm trying to compare Chinese strings with
NSString - (NSComparisonResult)localizedStandardCompare:(NSString *)string
method.
It works correctly if the system language is set to Chinese. But in English language environment, the strings is compared by something like unicode number. How can I compare strings with Chinese style in English environment?