I'm completely new to A5.
Based on a field "DATE" I want to have the name of the day of that particular date to appear in a calculated field called "name_of_the_day". In field rules of "name_of_the_day" I use the expression builder to CDOW(DATE) which produces correctly the name. Okay so far.
But then I want to translate the name of the day into another language e.g "Monday" to "Lundi" . So I thought to put after the CDOW(DATE)expression an IF THEN expression something like IF DATE="Monday" THEN DATE="Lundi"
but I seem to miss the correct expression. Searched the manuals but cannot find anything.
Can somebody point out the correct expression and where to look in the manuals ? Thx
Bookmarks