Title: Date language
Last modified: August 20, 2016

---

# Date language

 *  Resolved [Chris](https://wordpress.org/support/users/moargh/)
 * (@moargh)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/date-language/)
 * Hi,
 * I’m using you plugin on a German site but the names of the months are not translated.
   Do you have a clue why?
 * Thanks in advance!
 * [http://wordpress.org/extend/plugins/network-latest-posts/](http://wordpress.org/extend/plugins/network-latest-posts/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Chris](https://wordpress.org/support/users/moargh/)
 * (@moargh)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/date-language/#post-3353088)
 * Got it:
 * In `network-latest-posts` change this line
 * `$datepost = $dateobj->format("$format");`
 * to
 * `$datepost = date_i18n($format, strtotime(trim( $field->post_date) ) );`
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/date-language/#post-3353221)
 * Hello Chris, yes, that change has been implemented since the latest version. 
   Please update to the newest version, that will solve the problem.
 * Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Date language’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/network-latest-posts_61c601.svg)
 * [Network Latest Posts](https://wordpress.org/plugins/network-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/network-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/network-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/network-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-latest-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/date-language/#post-3353221)
 * Status: resolved