Localization Issue

Hi,

I am building a localization framework in UX and found some weird behaviors.
image
I test the localization with the above captions and found that sometime it works with the UX default language switch, sometimes it doesn’t




Is it due to the delayed update on the caption? I wonder if I missed some configurations which caused this issue.

By design only attribute for the selected filter elements are cached. This means that if localized attribute values are available only value relevant to the current locale is retrieved. Possibly adding “getAllAttributeValues”:true to the filterBar advanced options could fix this issue. However, I think it is fair enough that a full refresh is required to change locale. After all this isn’t something a user would normally do mid-session.

2 Likes