I wrote this SSRS expression to get the month name, it gives the month name in English, but I want to get the Local Time or specific culture month name.
How to solve in SSRS?
MonthName(Month(Today()))
I wrote this SSRS expression to get the month name, it gives the month name in English, but I want to get the Local Time or specific culture month name.
How to solve in SSRS?
MonthName(Month(Today()))
Use DATENAME
.
See MSDN:
The return value depends on the language environment set by using SET LANGUAGE and by the Configure the default language Server Configuration Option of the login.
Here is the example i used in my project , hope it helps you as well http://www.codeproject.com/Articles/33355/Localization-of-SSRS-Reports