The date variable tooltip in the Service Catalog isn't localized in the Service PortalDescription-Date Variable tooltip in the Service Catalog is not localized in the Service Portal-The date format in the tool tip is the same for all languagesSteps to Reproduce Create a catalog item.Add a date variable.Navigate to the catalog item in the Service Portal.Focus on the date field. The tooltip displays the required date format in the top center of the field: 'Date in format DD/MM/YYY'. If a user types anything outside of the format and unselects the date field, they observe the tooltip on the bottom left hand corner of the field. Switch the language to French.Repeat steps 3-5. The tooltips should display 'Date in format jj/MM/aaaa' but instead only displays 'Date in format DD/MM/YYY'. The expected behavior is for the date format to be localized based on the selected language.Workaround1) Create a new UI Script:In the navigator go to System UI -> UI ScriptsName: Override spDatepickerType: Mobile/Service PortalScript: Copy & paste the code from the attached file datepicker.txt (added in PRB1526926 attachments, use datepicker (Tokyo).txt for Tokyo)2) Navigate to "sp_theme.list" in platform.3) Search for corresponding portal theme here.4) Create a new JS include for this theme and add a new UI Script(Override spDatepicker) associated to it.5) Create a new UI macro : System UI -> UI macroName: sp_i18nCopy & paste the xml from i18n.txt (added in PRB1526926 attachments, use i18n(Tokyo).txt for Tokyo)6) Create below new records in sys_ui_message_list.do ( In the navigator All > sys_ui_message_list.do).a) Key: YYYY-MM-DD, Message: AAAA-M-J, Language: French-canadianb) Key: MM/DD/YY, Message: MM/JJ/A, Language: French-canadianc) Key: MM/DD/YYYY, Message: MM/JJ/AAA, Language: French-canadiand) Key: MM-DD-YYYY, Message: MM-JJ-AAA, Language: French-canadiane) Key: DD/MM/YYYY, Message: JJ/MM/AAA, Language: French-canadianf) Key: DD-MM-YYYY, Message:JJ-MM-AAAA, Language: French-canadiang) Key: DD-MMM-YY, Message: JJ-MMM-AA, Language: French-canadianh) Key: DD.MM.YYYY, Message: JJ-MMM-AA, Language: French-canadiani) Key: HH:mm:ss, Message: HH:mm:ss, Language: French-canadianj) Key: HH.mm.ss, Message: HH.mm.ss, Language: French-canadiank) Key: hh.mm.ss A, Message: hh.mm.ss A, Language: French-canadianl) Key: hh:mm:ss A, Message: hh:mm:ss A, Language: French-canadianm) Key: Date in format {0}, Message: Date au format {0}, Language: French-canadianRelated Problem: PRB1526926