Developer Forum
How to exclude localize from translating an angular widget that launches from our website
We launch an angular widget which has its own translating capabilities and would like to exclude this from our website from being detected by the localize script. Using a notranslate attribute or ignore attribute have been tried and do not work. We notice the widget application becomes extremely slow to respond when the localize script is active.
Localize is translating the user entered values as well.
We are using react js MUI. To avoid translation we are added translate="no" to the <textField but the problem is it is also not translating the input label. How to solve this issue?
The Whole Page Does Not Translate Until a Page Reload
When we switch from English to French, some pages do not completely translate until the page is refresh. Once that is done, it then will be translated when the page is revisited.
Can't get Localize.on("initialize") to fire after initialization
I'm trying to use the on initialize
example that is mentioned in the docs: https://developers.localizejs.com/docs/library-api#initialize-1
Localize Month Year combinations?
We have the following phrases we'd like translated:
May 2021
May 2020
May 2019
etc....
How can I translate Iframe Language?
How can I translate Iframe Language?
Another date formatting question
We have many places in our application where we display the date in the following format:
01 Jan 2021
(DD MMM YYYY)
Search by phrase text API
Is there an API end-point that could be used to search for phrases by text? It is not feasible to get all phrases via /phrases
and go one by one to find the phrase I'm interested in so that I can update its translation.
Unable to write Unit test cases for Localize methods and its failed with issue
I have used localizejs on my Angular project and I started writing unit test cases for all my components but it failed with the below error as Localize global variable is found undefined on spec files.
Identify language
Is there any way where whenever we change the language in application by Localize widget, an event must be fired so that according to the language set, I can do changes to my UI or content?