Title: [Plugin: Custom Contact Forms] Translation won&#039;t work.
Last modified: August 20, 2016

---

# [Plugin: Custom Contact Forms] Translation won't work.

 *  Resolved [FrederikRS](https://wordpress.org/support/users/frederikrs/)
 * (@frederikrs)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-custom-contact-forms-translation/)
 * Hi
 * It’s said in the description that this plugin can now be translated in to different
   languages.
 * I made a Danish translation of this plugin, but I can’t get it work…
 * What should I do to make this translation work? I have the .po and .mo files,
   but it seems that the plugin wont read the translations.
 * Best regards
    FrederikRS
 * [http://wordpress.org/extend/plugins/custom-contact-forms/](http://wordpress.org/extend/plugins/custom-contact-forms/)

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

 *  Thread Starter [FrederikRS](https://wordpress.org/support/users/frederikrs/)
 * (@frederikrs)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-custom-contact-forms-translation/#post-2649290)
 * I localized the issue:
    The “load_plugin_textdomain” wasn’t set in the main plugin
   file.
 * To get translations work just add this line:
 * `load_plugin_textdomain( 'custom-contact-forms', false, dirname( plugin_basename(
   __FILE__ ) ) . '/lang/' );`
 * to the beginning of the file custom-contact-forms.php.
 * Rename your translation files to “custom-contact-forms-da_DK.po” and “custom-
   contact-forms-da_DK.mo” (for the Danish translation).
 * I wrote to Taylor Lovett and asked to add this line to the file.
 * – FrederikRS
 *  [efedoso](https://wordpress.org/support/users/efedoso/)
 * (@efedoso)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-custom-contact-forms-translation/#post-2649380)
 * Thank you! Translated to Spanish and could not wonder the reason why wasn’t working.

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

The topic ‘[Plugin: Custom Contact Forms] Translation won't work.’ is closed to 
new replies.

 * ![](https://ps.w.org/custom-contact-forms/assets/icon-256x256.png?rev=1067156)
 * [Custom Contact Forms](https://wordpress.org/plugins/custom-contact-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-contact-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-contact-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-contact-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-contact-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-contact-forms/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [efedoso](https://wordpress.org/support/users/efedoso/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-custom-contact-forms-translation/#post-2649380)
 * Status: resolved