I want to extract text and files from a dll-files.com.
The text will be the name and description. The files will be of .dll format.
I want to translate the text and description into Swedish and then post the text and dll files onto a phpBB forum.
Please suggest any solution to this.
You could check google’s translate API, they usually do a decent job.
As for getting the data from dll-files.com, you could ask them for an API of some sorts, or attempt to scrape it.
There are several HTML-parsing libraries out there, all you have to do is get the content of the right element. However, make sure you dont violate http://dll-files.com‘s terms.
http://code.google.com/apis/language/