Translate sql query

Hi,

Is it possible to translate the month name from a datetime? For example, I would like to get the result in Spanish for this query: SELECT MONTH_NAME(CAST('2018-02-19T10:23:27Z' AS TIMESTAMP)) AS month;

Unfortunately this locale-aware functionality is not supported at the moment.
I suggest that you create a github issue requesting it and see if we can include it in our roadmap.

Thank you!