Okay
  Public Ticket #2281488
language of the weather forecast
Closed

Comments

  • cnafc started the conversation

    i need to show the weather forecast in the Italian language

    I saw that it is foreseen in the directives of the module, how can I customize that call to pass the ITALIAN language?


  •  793
    Zhivko replied

    Hi,

    Open file stachethemes_event_calendar\assets\php\class.helper.php line 896:

            $url    = esc_url("https://api.darksky.net/forecast/{$apikey}/" . urlencode($location));

    You can modify the url from this line.


    Stachethemes Developer