How can I get the same wikipedia page in another language.

For example I want to get this page in Japanese, http://en.wikipedia.org/wiki/Cloud

result is

http://ja.wikipedia.org/wiki/雲 or only the title 雲

Is it possible to use wikipedia API or any other APIs to do this?

Thank You

link|improve this question

1  
Questions on StackOverflow must relate to programming or software development. – Dan Grossman Dec 12 '10 at 6:44
1  
I'd think that author wants to access Wikipedia information from software he/she develops so it is related to programming. – maarons Dec 12 '10 at 6:49
2  
I don't see why this should be closed; the question is both valid and on-topic. – Ani Dec 12 '10 at 6:49
I am trying to ask about API.. but I'm sorry – bn. Dec 12 '10 at 9:49
feedback

1 Answer

up vote 1 down vote accepted

Lang links property of MediaWiki API is probably what you want. Fetching other languages for your cloud example would look like this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.