Developer Forum

Ask a Question
ANSWERED

maximum length of a phraseKey?

How long can a phrase key be? and what are the character limitations? are there any banned characters?
ANSWERED

Specify variable within a meta tag

Because I see no way of defining a variable without using a <var> tag which is not possible. So our dynamic application with hundreds of thousands of titles all require a separate translation, right ?
ANSWERED

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. Please suggest a solution to exclude the angular widget from being detected/operated on by the localize script altogether. Regards, Santosh
ANSWERED

How to connect translater widget with sub domain

created a sub domain A record of hi in server (AWS router 53) , by adding mannually the language is translating but i need to connect to the widget when the user clicks on hindi tab that time, sub domain hi is automatically add to the url and when i click on english tab the hi sub domain remove and translate from hindi to english to achive this behaviour i crated cutomized widget following are the code: <p style={{position:"fixed",right: 29, bottom: 79,zIndex: 999,background: "black", textAlign: "center", color: "white",width:115,fontFamily: "GalanoGrotesqueMedium",fontSize:15,padding:9,borderRadius: "10px 10px 0px 0px"}}>Select Language</p> <div style={{position:"fixed",right: 30, bottom: 18,zIndex: 999,background: "#5E9781", textAlign: "center",width:115, fontFamily: "GalanoGrotesqueMedium",fontSize:15,padding:9,borderRadius: "0px 0px 10px 10px"}}> <a id="hindi-tab" href='javascript:Localize.setLanguage("hi")'>हिन्दी</a> <br /> <hr /> <a id="english-tab" href='javascript:Localize.setLanguage("en")'>English</a> </div> hindi tab working perfeclty but for the first time when i first click on english sub domain removes for the second click the language is changing how to make it to single click responce.
ANSWERED

Forgot to remove a console.log?

We found a console.log that seems to log every part marked with notranslate ![](https://files.readme.io/416b31a-image.png) ![](https://files.readme.io/8b9333a-image.png)
ANSWERED

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

XHR error POST https://global.localizecdn.com/api/lib/otxaFwRbignOM/s

I am getting this error log on production. Now sure why this is happening. How can I solve this issue?