Skip to main content
Answered

Is there any way to set the language_override attribute on a Contact?

  • June 22, 2021
  • 1 reply
  • 101 views

The Contacts model have an attribute called language_override, but when I try to set it when creating a new Contact, or to update it on an existing Contact the attribute seems to be ignored. Docs also doesn't mention it for those operations, so I guess that is as-designed.

 

Is there any way I can change it?

Best answer by Roy

Hello @claus n​ ,

 

It's not possible to set the language_overide attribute during contact creation.

 

You can use it in JavaScript API to define user language based on your platform settings.

var intercomSettings = {
language_override: 'de'
};

Let me know if you have any further question about this topic, will be more than happy to provide help.

 

Best,

Roy

View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+5
  • Expert User
  • 1152 replies
  • Answer
  • June 23, 2021

Hello @claus n​ ,

 

It's not possible to set the language_overide attribute during contact creation.

 

You can use it in JavaScript API to define user language based on your platform settings.

var intercomSettings = {
language_override: 'de'
};

Let me know if you have any further question about this topic, will be more than happy to provide help.

 

Best,

Roy


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings