Title: [Plugin: Developer&#039;s Custom Fields] localization?
Last modified: August 20, 2016

---

# [Plugin: Developer's Custom Fields] localization?

 *  [Unsal Korkmaz](https://wordpress.org/support/users/unsalkorkmaz/)
 * (@unsalkorkmaz)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-localization/)
 * Is it possible to add localization support?
    Date picker needs it for example.
   And can you use wordpress default localization for dates if possible?
 * Sorry for being a headache 😛
 * [http://wordpress.org/extend/plugins/developers-custom-fields/](http://wordpress.org/extend/plugins/developers-custom-fields/)

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

 *  Plugin Author [Steve Taylor](https://wordpress.org/support/users/gyrus/)
 * (@gyrus)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-localization/#post-2355907)
 * Full localization isn’t on the cards right now. However, if you want to translate
   the plugin, I’m using gettext functions throughout, so let me know and I can 
   get that going easily in a point release.
 * As for the date format, I can look into automating it according to the WP settings,
   but for now you can change it yourself if you want:
 * [http://sltaylor.co.uk/wordpress/plugins/slt-custom-fields/docs/#config-settings](http://sltaylor.co.uk/wordpress/plugins/slt-custom-fields/docs/#config-settings)
 * I’m genuinely happy to help with any problems, but please, RTFM! 😛
 *  Thread Starter [Unsal Korkmaz](https://wordpress.org/support/users/unsalkorkmaz/)
 * (@unsalkorkmaz)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-localization/#post-2355911)
 * I dont have any problem with date format :S
    I mean when you click date field,
   a panel is appearing and it has months in title like “October 2011” well.. that
   october is english and normally wordpress translating it. I dont think document
   have this :S
 *  Plugin Author [Steve Taylor](https://wordpress.org/support/users/gyrus/)
 * (@gyrus)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-localization/#post-2355914)
 * Sorry for the misunderstanding. However, if you read the docs or check the source
   code, or even just the files for the plugin, you’ll see straight away that I 
   use the jQuery Datepicker plugin. So you probably need to look at that, e.g. 
   [http://docs.jquery.com/UI/Datepicker/Localization](http://docs.jquery.com/UI/Datepicker/Localization)
 *  Thread Starter [Unsal Korkmaz](https://wordpress.org/support/users/unsalkorkmaz/)
 * (@unsalkorkmaz)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-localization/#post-2355919)
 * I am not exactly sure but probably translation support can cover it tho:
    [http://core.trac.wordpress.org/browser/tags/3.2.1/wp-includes/locale.php#L107](http://core.trac.wordpress.org/browser/tags/3.2.1/wp-includes/locale.php#L107)
 * Problem is, i am not good at source code reading and editing it my own :S
 *  Plugin Author [Steve Taylor](https://wordpress.org/support/users/gyrus/)
 * (@gyrus)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-localization/#post-2355923)
 * I’m not sure of your question here. I’m afraid I’ve not done localization with
   jQuery Datepicker before, but that’s the plugin that creates the date field, 
   and you’ll have to looks at that to see what’s needed.
 * My guess is that the problem for you will be if the way the Custom Fields plugin
   outputs date fields JavaScript needs to be modified to accomodate Datepicker 
   localization. I’m currently travelling so I can’t start developing this, but 
   if you want to hack it until I get round to a new version, you should look at`
   slt_cf_display.php`, around line 382. HTH!

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

The topic ‘[Plugin: Developer's Custom Fields] localization?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/developers-custom-fields.svg)
 * [Developer's Custom Fields](https://wordpress.org/plugins/developers-custom-fields/)
 * [Support Threads](https://wordpress.org/support/plugin/developers-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/developers-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/developers-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/developers-custom-fields/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Steve Taylor](https://wordpress.org/support/users/gyrus/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-localization/#post-2355923)
 * Status: not resolved