0

Obtaining the weather forecastrss in Portuguese

Using the following as an example, what is needed so that it can be displayed in Portuguese?

http://new.br.weather.yahoo.com/forecastrss?p=94089

I found this page -- which lists the supported languages and their respective code -- but I cannot determine how to use them.

by
3 Replies
  • Hi DStewart21,

    I believe the weather rss feed only accepts two query parameters to change the output - location and temperature units (as listed here: http://developer.yahoo.com/weather/#params). There is an option in the returned data that displays the language that the forecast is in but I don't see a method for manipulating the output with a language type.

    Jonathan LeBlanc
    Senior Software Engineer
    Yahoo! Developer Network

    QUOTE (DStewart21 @ Mar 18 2009, 10:27 AM) <{POST_SNAPBACK}>
    Using the following as an example, what is needed so that it can be displayed in Portuguese?

    http://new.br.weather.yahoo.com/forecastrss?p=94089

    I found this page -- which lists the supported languages and their respective code -- but I cannot determine how to use them.
    0
  • Hi Jon,

    Thanks for the reply. If you have time, let me know if you can think of an alternatives to translate this data?

    Regards,

    Derrick
    0
  • A lot of the translation utilities might not give you the most accurate of translations but they'll do a fair job. One of the better language translation APIs I've seen around is the Google's AJAX language API: http://code.google.com/apis/ajaxlanguage/documentation/. I haven't used it myself but it looks fairly straightforward.

    - Jon

    QUOTE (DStewart21 @ Mar 26 2009, 12:16 PM) <{POST_SNAPBACK}>
    Hi Jon,

    Thanks for the reply. If you have time, let me know if you can think of an alternatives to translate this data?

    Regards,

    Derrick
    0

Recent Posts

in General Discussion at YDN