Title: Stepan WP's Replies | WordPress.org

---

# Stepan WP

  [  ](https://wordpress.org/support/users/stepanwp/)

 *   [Profile](https://wordpress.org/support/users/stepanwp/)
 *   [Topics Started](https://wordpress.org/support/users/stepanwp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/stepanwp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/stepanwp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/stepanwp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/stepanwp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/stepanwp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multilingual Contact Form 7 with Polylang] Form messages with incorrect translations](https://wordpress.org/support/topic/form-messages-with-incorrect-translations/)
 *  [Stepan WP](https://wordpress.org/support/users/stepanwp/)
 * (@stepanwp)
 * [2 years ago](https://wordpress.org/support/topic/form-messages-with-incorrect-translations/#post-17852687)
 *     ```wp-block-code
       add_filter( 'wpcf7_form_hidden_fields', 'add_lang_wpcf7_hidden_fields' );function add_lang_wpcf7_hidden_fields( $fields ) {	if ( function_exists( 'pll_current_language' ) ) {		$fields['lang'] = pll_current_language();	}	return $fields;}
       ```
   

Viewing 1 replies (of 1 total)