Show the names of the day in German

Hello,

it’s possible to show the names of the days in german language Sunday -> Sonntag and so on.

Hey Andreas,
I did this for the same question in French:

Just use the DOW number. Here it is in German:

$#DOW#=0?Sonntag:$$#DOW#=1?Montag:$$#DOW#=2?Dienstag:$$#DOW#=3?Mittwoch:$$#DOW#=4?Donnerstag:$$#DOW#=5?Freitag:$$#DOW#=6?Samstag:$

sunday is zero (0). I have some screen shots in the other post above for instructions.

HTH,
John

Hi John,

thanks thats are wonderful !!! Great :smile:

You help me here too ?
Create a special element

Kind regards
Andreas

That works fine with the days but I tried to transfer that to the month. It didn´t work.

$#DM#=1?Januar:$$#DM#=2?Februar:$$#DM#=3?März:$$#DM#=4?April:$$#DM#=5?Mai:$$#DM#=6?Juni:$$#DM#=7?Juli:$$#DM#=8?August:$$#DM#=9?September:$$#DM#=10?Oktober:$$#DM#=11?November:$$#DM#=12?Dezember:$

I see no reason why it should not work. $Tag=Value?Result:(Alternate Result)$
Could it be caused by combining it with the days?

Thank in advance