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]]];
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.