☝️Small business or a startup? See if you qualify for our special offer.
+

vue3 reactive setLocalization

Answered
jinglong asked on February 8, 2025

<Pivot
ref="pivot"
toolbar
height="100%"
:global="{
localization,
}"
/>

It doesn't work.
Can you support reactive changes to the Localization language, or support such as the lexmonster.setLocalization method?

2 answers

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster February 11, 2025

Hello!

Thank you for reaching out to us.

Kindly note that for now, it is not possible to change the localization reactively. As a possible workaround, we recommend using setReport() API call and changing localization within the report as follows:

  let report = pivot.getReport();
report.localization = localization; // your localization object
pivot.setReport(report);

Hope it helps.

Kind regards,
Solomiia

 

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster 4 days ago

Hello!

Hope you are doing well.

Our team is wondering if you had some time to check out our last response. Please let us know if the approach of using getReport() would work for your case.

Looking forward to hearing from you.

Kind regards,
Solomiia

 

Please login or Register to Submit Answer