Can I set localization for workflow function "date"? - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Can I set localization for workflow function "date"? (/showthread.php?tid=1354) |
Can I set localization for workflow function "date"? - partnerwerk - 12-05-2018 I am using the following for confirmation of appointments: PHP Code: $(general : (__WorkflowFunction__) format_date($date_start,'d. F Y') ) Gives something like this: Quote:08. January 2019 That is German date structure but English vocabulary. I would like to keep the long month names. But they are displayed in English language. Is there a way to change the localization? RE: Can I set localization for workflow function "date"? - joebordes - 12-09-2018 That is a complicated server/php configuration so I prefer using the translation module in coreBOS.
RE: Can I set localization for workflow function "date"? - partnerwerk - 12-15-2018 I did as you prposed but the translations do not show up in the workflow emails. Also switching the translations of the month names to ”proof read” did not help. How does the workflow module know to use the right locale? |