Google Tag Manager

Forum Discussion

emiltsang's avatar
emiltsang
Supporter
2 months ago

Support: Localisation for Catalogs content?

Hi everyone,

I am integrating the catalog feature and now defining the required fields for my first catalog.

And I would like to know is the catalog fields support localisation?

As the field ONLY allowed to be typed as String,

or I need to create a new field for each language, like name_en, name_fr?

https://www.braze.com/docs/user_guide/personalization_and_dynamic_content/catalogs/catalog

4 Replies

  • Are you hoping to use an array or object as catalog values?

    • emiltsang's avatar
      emiltsang
      Supporter

      yes, it would be great if the name field can be typed as an object, like
      name: {
          en: '',
          fr: ''
      }

      Any suggestions to achieve this structure?

  • If you are going to insert the localized values, I would just go with individual fields for ease of use composing messages.