I used the below method to get weather information but the feed words are in English. I want the information returned as Chinese words so I can easily use them!
NSData *data = [NSData dataWithContentsOfURL:
[NSURL URLWithString:[NSString stringWithFormat:
@"http://www.google.com/ig/api?hl=zh-cn&weather=%@",query]]];