Title: Change submit notice language
Last modified: February 3, 2018

---

# Change submit notice language

 *  Resolved [viktoriamf](https://wordpress.org/support/users/viktoriamf/)
 * (@viktoriamf)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/change-submit-notice-language/)
 * Hey there,
 * is there any possibility to change the language of the submit notice?
    (Form 
   has been successfully submitted. Thank you.)
 * I want to use the plugin on a german website and I need this notice to be in 
   german.
    I’ve already tried this code snippet:
 *     ```
       add_filter( 'caldera_forms_render_notices', function( $notices ){
       	//Will ONLY be set (during AJAX return) if there is no error
       	if( isset( $notices[ 'error' ], $notices[ 'error' ][ 'sucess' ] ) ){
       		$notices[ 'error' ][ 'sucess' ] = 'That was awesome!';
       	}
       	return $notices;
   
       });
       ```
   
 * … but this didn’t work.
 * Any other ideas?
 * Thanks in advance!
 * Viktoria

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

 *  Plugin Contributor [christiechirinos](https://wordpress.org/support/users/christiechirinos/)
 * (@christiechirinos)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/change-submit-notice-language/#post-9936337)
 * Hi there,
 * Thanks for your interest in Caldera Forms. This is a really great question and
   we’d be happy to help. Do you mind sending us a message through our site so we
   can follow up directly?
 * You can contact us with any questions by filling out this form — yes, it is a
   Caldera Form 🙂
 * [https://CalderaForms.com/contact](https://CalderaForms.com/contact)
 *  Plugin Contributor [christiechirinos](https://wordpress.org/support/users/christiechirinos/)
 * (@christiechirinos)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/change-submit-notice-language/#post-10047841)
 * Hi Victoria,
 * Have you tried updating the Form Settings’s Success Message into the German string
   you want? [https://calderaforms.com/doc/configure-form-settings/](https://calderaforms.com/doc/configure-form-settings/)
 * Let me know if this isn’t what you need and we’ll find a better way to help.

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

The topic ‘Change submit notice language’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/caldera-forms_475846.svg)
 * [Caldera Forms - More Than Contact Forms](https://wordpress.org/plugins/caldera-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/caldera-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/caldera-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/caldera-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/caldera-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/caldera-forms/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [christiechirinos](https://wordpress.org/support/users/christiechirinos/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/change-submit-notice-language/#post-10047841)
 * Status: resolved