I was able to make my local WP installation display the date in French:
switch_to_locale( 'fr_CA' );
echo wp_date( 'F d' );
Output: octobre 11
(Note that I didn’t have to localize my date format string (ie, no __()
inside the wp_date()
call.)
However, when I tried Dutch:
switch_to_locale( 'nl_NL' );
echo wp_date( 'F d' );
Output: October 11
This is because the French (fr_*
) language packs have been installed, but not the Dutch ones (nl_*
).
Are you sure the required language packs are installed on your server? If not, check with your hosting provider.
References
Related Posts:
- How do I use PHP to get the current year?
- R Programming Error in cov.wt(z) : ‘x’ must contain finite values only
- Convert a Unix timestamp to time in JavaScript
- Convert number to month name in PHP
- Post doesn’t show date if there’s another post with the same date
- Unable to select an old date in wordpress
- How to get date for each post?
- Why my uploaded picture was loaded into /uploads/2015/02 not /uploads/2016/01?
- How to integrate get_post_time with date_i18n function?
- Permitting WordPress to accept dates outside of 1902-2038
- Converting Unix timestamp to wordpress date
- Keeping post_date same as the pending post_date on privately publishing the post
- Date comparison : which date format?
- Modify Date Format to German
- XML export posts from one single day
- Bulk edit post date in wordpress
- Serve visitor post time adjusted to their timezone
- Automatically move pending posts after 30 days and, update the post date, when users update the posts
- month name translation
- Count days from registration date to today
- Remove “at” string from wordpress comment date
- Page Revision date displaying on google search
- Change date from 2015/02/23 to “1 min ago”
- Display page only if user registered before a specific date
- Date and time format for UK in a custom post type [closed]
- Display post date as 04/26/2013
- What are the “U” and “G” time formats?
- date() returns incorrect value if used from WordPress theme, but correct otherwise
- Set the publication date independent of the scheduled publication date
- Add a link to display posts with a specific tag within a date range
- About Time conditionals
- After wp_insert_post(), date_i18n() and date() outputs are adjusted to GMT
- Mini app that shows one unique quote each day. 56 rotating posts rotating for each themed weekday. It works, but I need your advice
- How to add a sortable date column in an admin page?
- Events are all showing the current date
- Do multiple jobs on date change without WordPress cron job
- Escaping date string in url with wordpress
- Is there anything special I have to think of when setting post_date_gmt when inserting a new post?
- Format Date for Manual Insertion into post
- Wrong date returned by get_the_time
- Get_the_date doesnt show todays date [closed]
- How replace post date with event date
- Translate current_time
- Conditional: IF post creation date is in the first half OR last half of the year [closed]
- Display published time for today’s posts only
- Return date in French
- convert time to WordPress user’s local time
- Change post date for testing purposes
- Local Post Date in WordPress Admin Panel Tables
- How display modified date of most recent modified post in wordpress?
- Date Language doesn’t change
- Sort / display recent posts by publish date
- display future posts in date page
- how to show date of latest post in wordpress site?
- Month display in English but required in Swedish?
- Show different time stamp based on time
- Change News Story Layout Based on Date Range
- Update post date of page when Visitor access that page?
- Switch Categories on a Specific Date?
- date format of custom date variable
- Check if is Post or Comment
- Create a date archives template page for custom post type
- changing type of date picker in contact form 7 date picker plugin
- If X Amount of Time Has Passed Since Post Was Published, Do Something
- Not work hide comments with future date
- Translate Post date (month) of china language
- I want to format my Post dates differently to other dates on my website
- How to display posts categori list by day wordpres
- Can’t convert ACF datepicker value to DateTime oject – gives me a boolean
- Count time from registration date to today
- Update existing post times to random times?
- Tumblr imported blog showing wrong date
- Timezone for Plugin
- How to hide post published date?
- How to display Date and Time in Tamil Language?
- Get current week’s day and time outside the loop
- Notify after 3,6,9 and then 12 months after plugin activation
- Issue with strtotime() and Meta Box date
- suffix title with “EXPIRED” when scheduled post has reached it’s published date
- Use the_date with link
- Display ‘modified date’ in WordPress Twenty Fourteen
- Show post date on the page
- automatic send email at custom time
- Change the date and time in wordpress
- How to second orderby in “pre_get_posts” by meta value or combine single date and time to timestamp
- Post publish date [duplicate]
- Set Custom Date for Posts
- Posted date format not reflected
- check if a draft has been moved there from publish to draft
- Make datestamp for status updates show time
- Date comparison : which date format?
- Advanced Custom Fields and date picker, show posts only if the day is today no matter the year
- Saving Revision of post meta key/value on each update_post_meta event
- Use esc_attr() to print month name in French
- Get system timestamp in wordpress
- Limit access to a page
- In my Website homepage I want to remove date which is written along author name [closed]
- get_the_date() return always UTC+0 [duplicate]
- Docker Container time & timezone (will not reflect changes)
- How to customize Date Format for American visitors?