Date Format yyyy-MMMM translation
Erik van Dongen
I created a report with the following date format yyyy-MMMM which results in 2009-augustus (dutch for august).I open the report by code as follow:
LayoutHelper.LayoutOpener.OpenLayout("U0000008", "CardCode", cardCode);
The problem is that the month is always displayed in dutch (the language i created the report in). I want that, if the user uses the language german or englisch, the month is displayed in the culture defined. How can i achieve this? Is this by using a printdefenition, even if i don't use a print defenition in my openlayout code?
-1
Please sign in to leave a comment.
Comments
0 comments