Change Date's Language

Change Date's Language

Hello!

I'm usign this function to change the format of the date. This works fantastic.
Is there any way I can change the language of it? I need to translate it in Spanish since im always receiving it in English.

fecha_apertura.toString("dd-MMM-yyyy")

Thanks!