I am new to ruby on rails and I have just started watching rails casts tutorials.
I have understood on how to parse feeds using feedzirra if the feed is in English but if I have a feed like this which is in spanish then how do i parse this feed?
The link is
http://estaticos.marca.com/rss/futbol_equipos_almeria.xml
how do i convert this into English first before I save it into the database?
Thanks for the help & support
As KennyCason suggests, you can use the Google Translate API.
Google also has utility libraries for Ruby on Rails for you to get started.
I have not used this but should give you a start. I also highly doubt the accuracy of translation that google provides. One has to know the from and to language really good to analyze the translation. But i suppose Spanish<–>English should be pretty good.