Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8486685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:01:06+00:00 2026-06-10T21:01:06+00:00

This line is on top of my JavaScript and executed: jQuery(function($) { $.datepicker.setDefaults($.datepicker.regional[‘de’]); });

  • 0

This line is on top of my JavaScript and executed:

jQuery(function($) {
    $.datepicker.setDefaults($.datepicker.regional['de']);
});

I initialize my calendar in the same file inside the document-ready function:

// #transports-calendar is a div
$("#transports-calendar").datepicker({
    onSelect: function() {
        // Some stuff
    }
});

On my HTML page the following scripts are included:

<script src="/Scripts/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="/Scripts/jquery-ui.js" type="text/javascript"></script>
<script src="/Scripts/jquery.unobtrusive-ajax.min.js" type="text/javascript"></script>
<script src="/Scripts/jquery.dialogextend.min.js" type="text/javascript"></script>
<script src="/Scripts/jquery.blockUI.js" type="text/javascript"></script>        
<script src="/Scripts/jquery-ui-timepicker-addon.js" type="text/javascript"></script>            
<script src="/Scripts/tooltip.js" type="text/javascript"></script>
<script src="/Scripts/tooltip.dynamic.js" type="text/javascript"></script>
<script src="/Scripts/tooltip.slide.js" type="text/javascript"></script>
<script src="/Scripts/core.js" type="text/javascript"></script>
<script src="/Scripts/core-functionality.js" type="text/javascript"></script>   
<script src="/Scripts/core-extensions.js" type="text/javascript"></script>  
<script src="/ModuleScripts/jquery.ui.datepicker-de.js" type="text/javascript"></script>

Everything is okay, but as mentioned in the title, the DatePicker is only translated when it is clicked.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T21:01:07+00:00Added an answer on June 10, 2026 at 9:01 pm

    Something that might be worth a try is to apply the regional settings when you call the datepicker function like so:

    $("#transports-calendar").datepicker(
        $.datepicker.regional['de']
    );
    

    Then set the onselect event like so…

    $("#transports-calendar").datepicker("option", "onSelect", function (date) {
       // Some stuff
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this javascript line <script type=text/javascript>document.write(top.location);</script> and this code <form action=rating.php method=post> <input
I have this html line: <div class=hide-btn top tip-s original-title=Close sidebar></div> And when a
This command will produce 1 extra line at the top and 3 more at
I am receiving a javascript error whose source line is in the jquery javascript
I’m using this javascript code to animate and load my website! $('.down-trigger').on('click', function ()
Ive made a fiddle of my problem here. http://jsfiddle.net/E9cUS/1/ JavaScript: $('.top').click(function () { var
I created a jQuery script: <script type=text/javascript> $(document).ready(function () { $('tr.inactive').each(function (index) { var
I have this line of javascript which creates a listing of store locations, and
function(a){return f.nodeName(a,iframe)?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes) This is the offending line from IE9 script debugging I am using
I have this line right at the top of my .php file <?php use_stylesheets_for_form($search_form)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.