If I use the following in WordPress, I get the month in English, but I want it in Swedish, for instance “maj” instead of “may”. Can I get dates in Swedish?
the_time('j F Y');
If I use the following in WordPress, I get the month in English, but I want it in Swedish, for instance “maj” instead of “may”. Can I get dates in Swedish?
the_time('j F Y');
You must be logged in to post a comment.
Rascal,
To localize dates, use the date_i18n() function.
You need also to use .po for the Swedish language. See the file .po for the french language.
http://svn.automattic.com/wordpress-i18n/fr_FR/tags/2.0.11/messages/fr_FR.po
Search for the swedish language in url:
http://svn.automattic.com/wordpress-i18n/