Skip to content

Commit

Permalink
[HCD 516] Add default language precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-win87 authored May 7, 2024
1 parent f6d1dc5 commit 8da9631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ consentManager.messageLanguage = SPMessageLanguageGerman;

It's important to notice that if any of the components of the message doesn't have a translation for that language, the component will be rendered in the default language configured in the message builder.

> When the **Use Browser Default** toggle is enabled in the message builder, the user's browser language will always take precedence over the language set in the SDK as long as the end-user's browser language is supported in the message. If the user's browser language is not supported, the default language set in the message builder will be used.
> When the **Use Browser Default** toggle is enabled in the message builder, Sourcepoint will ignore the language setting configured in the SDK and use the default language configured in the message builder. If the end-user's browser language is not supported by a translation in the message builder, the default language set in the message builder will be used instead.

## Loading Stage campaigns

Expand Down

0 comments on commit 8da9631

Please sign in to comment.