Title: toolmandk's Replies | WordPress.org

---

# toolmandk

  [  ](https://wordpress.org/support/users/toolmandk/)

 *   [Profile](https://wordpress.org/support/users/toolmandk/)
 *   [Topics Started](https://wordpress.org/support/users/toolmandk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/toolmandk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/toolmandk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/toolmandk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/toolmandk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/toolmandk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Together] Customize date language](https://wordpress.org/support/topic/customize-date-language/)
 *  [toolmandk](https://wordpress.org/support/users/toolmandk/)
 * (@toolmandk)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/customize-date-language/#post-10087316)
 * Hi…
 * Can anyone tell me why this isn’t working?
 * jQuery(document).ready( function() {
    // Wedding Countdown var wedding_year =
   dt_countdown_date.dt_countdown_year; var wedding_month = dt_countdown_date.dt_countdown_month;
   var wedding_day = dt_countdown_date.dt_countdown_day;
 *  jQuery( ‘#dt_wedding_day’ ).simplyCountdown({
    year: wedding_year, month: wedding_month,
   day: wedding_day, words: { //words displayed into the countdown days: ‘dag’, 
   hours: ‘time’, minutes: ‘minut’, seconds: ‘sekunder’, pluralLetter: ‘s’ }
 *  });
 * It still writes the text under the countdown in english?

Viewing 1 replies (of 1 total)