Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6.9
-
Fix Version/s: 4.7.3
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
When a user tries to select a date using the datepicker widget, the widget only displays the language as configured in civicrm default language, rather than whatever CMS language is in use.
the issue stems from the code's reliance on $config->lcmessages instead of the global constant $tsLocale.
I will prepare a patch.
CRM/Core/Resources.php