How print a month in spanish

I need to print a month after doing a ToString

Installer(.exe or .msi):

License type(Free, Trial/License code):

Studio/Robot version:

Current behavior:

Screenshot:

@lualvarez

I did for arebia

Month = DateTime.Now.ToString(“dd/MMM/yyyy”,new CultureInfo(“ar”))

See this can solve ur issue

Hey @lualvarez

Please check an existing solved thread:-

Regards…!!
Aksh

You can drop the ToString at the end.