Hi, does anyone know how to translate dates? I have a business with both French and English customers, and I'm using the date chooser command, but the date appears in English (e.g., Monday, Feb 17th, 2025).
I would like it to be displayed in French as well
Thank you !
Hi @Clean_and_Shiny_Clea,
Welcome to the forum 
Here is a method to translate dates to specific locales using {formdate} and {time} commands. Please let me know if it meets your requirements or if you have any other questions.
Choose a date: {formdate: YYYY-MM-DD; name=chosen_date}
Date in English: {time: dddd D MMMM YYYY; at={=chosen_date}; locale=en-us}
Date in French: {time: dddd D MMMM YYYY; at={=chosen_date}; locale=fr}
1 Like