Title: translating custom field
Last modified: September 13, 2019

---

# translating custom field

 *  [mblendinger](https://wordpress.org/support/users/mblendinger/)
 * (@mblendinger)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/translating-custom-field/)
 * Hello, I add a custom field with ACF wich is only named “banner-lang” and is 
   a type: image
    what need I add to my theme root to make it work ? thank you!

Viewing 1 replies (of 1 total)

 *  [damianepiste](https://wordpress.org/support/users/damianepiste/)
 * (@damianepiste)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/translating-custom-field/#post-11984333)
 * hi,
    im not sure, but i think you need to create a file called wpm-config.json
   and put this on the root of your template. you can use the base file, stored 
   in the plugin folder, called core-config.json or just create a simple json with
   the following data
 *     ```
       {
         "post_fields": {
           "banner-lang": {}
         }
       }
       ```
   
 * then, the custom field need to be filled with your translation.
    if you have,
   for example, 2 langs, you need to put in the input
 * [:LANG_1]your text[:LANG_2]translated text[:]
 * where LANG_1 could be :en for english and LANG_2 :es for spanish
 * hope you can understand.
    -  This reply was modified 6 years, 8 months ago by [damianepiste](https://wordpress.org/support/users/damianepiste/).

Viewing 1 replies (of 1 total)

The topic ‘translating custom field’ is closed to new replies.

 * ![](https://ps.w.org/wp-multilang/assets/icon-256x256.png?rev=1760406)
 * [WP Multilang - Translation and Multilingual Plugin](https://wordpress.org/plugins/wp-multilang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-multilang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-multilang/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-multilang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-multilang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-multilang/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [damianepiste](https://wordpress.org/support/users/damianepiste/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/translating-custom-field/#post-11984333)
 * Status: not resolved