Re: [Xsltforms-support] Date format within date picker
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2025-02-01 09:16:40
|
Hi Alex, XSLTForms v1.7 includes two mechanisms for internationalization: the legacy one based on config_XXX.xsl files and the new embedded one (Javascript config_data object) for a form to be a standalone HTML file. When no language is specified within the form, in legacy mode, XSLTForms gets the navigator language and loads the corresponding config_XXX.xsl file. Using the browser debugger, you should see the HTTP request for it. You can force the language using the regular HTML declaration: html/@lang attribute. Please find the standard Italian confile file attached. If it still does not work for you, I could enhance the new mechanism so it could fix file issues with the legacy one. Thank you for your feedback! --Alain > Le 30/01/2025 15:51 CET, Alessandro via Xsltforms-support <xsl...@li...> a écrit : > > > Sorry, I've forgotten the screenshot... > > -- > Protetto con Tuta Mail: > https://tuta.com/free-email > > > 25 gen 2025, 08:18 da ala...@ag...: > > Hi Alex, > > > > I cannot yet reproduce this issue with the date picker. It works as expected with my own test forms. > > > > Could you please post a minimal test form and corresponding screen captures? > > > > Thanks! > > > > --Alain > > > Le 21/01/2025 16:51 CET, Alessandro via Xsltforms-support <xsl...@li...> a écrit : > > > > > > > > > Hi all, > > > even following what suggested here (https://sourceforge.net/p/xsltforms/mailman/xsltforms-support/thread/4D0342CF.4040600%40hyperbase.com/#msg26735692) and here (https://sourceforge.net/p/xsltforms/mailman/message/26203855/) the date picker on an input field remains always set with the American format... I'm using the last xsltforms release 1.7... > > > > > > Many thanks > > > Alex > > > > > > -- > > > Protetto con Tuta Mail: > > > https://tuta.com/free-email > > > _______________________________________________ Xsltforms-support mailing list Xsl...@li... https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > _______________________________________________ Xsltforms-support mailing list Xsl...@li... https://lists.sourceforge.net/lists/listinfo/xsltforms-support |