Developer Forum

Ask a Question
ANSWERED

Is Localize compatible with SSRS?

We have SSRS reports generated in our application, but localize does not identify the words inside report. How can we go about it?
ANSWERED

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?
ANSWERED

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. I can see there's an internal API used by the In-Context Editor to get a phrase by exact match, would this be made available in the public API?
ANSWERED

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) Is there a way we can mark these instances in HTML with an attribute or something that would let Localize know that it should translate it? Currently every date is getting put in our Pending queue. I see this discussion from a while back but don't know if any progress had been made on it? https://help.localizejs.com/discuss/5dcb4c0682dc230072c71f27 Thank you, Justin
ANSWERED

Localize Month Year combinations?

We have the following phrases we'd like translated: May 2021 May 2020 May 2019 etc.... Next year, of course, there will be a May 2022. Without having to go in and approve each of those individually, how can we localize "May NNNN"? I tried using variables using: "May {{year}}" Unfortunately it also catches phrases like the following: "May we contact you via email" Thank you, Justin
ANSWERED

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. Is there a way to make sure the whole page translates w/o a page reload?
ANSWERED

How can I translate Iframe Language?

How can I translate Iframe Language?