Community Forum

Ask a Question
ANSWERED

Unable to change the error text by using Localize.setLanguage("es")?

I have getting an issue when I change the website language. I have some error messages for example "email address provided does not match" this error message is not converting when I change the web page using the Localize.setLanguage("en"). Error message is coming from web page controller. Can you suggest me what to do to solve the issue. Thanks
ANSWERED

Machine translation limit exceeded — Please contact support.

Dont know what this mean
ANSWERED

How to change out an PDF for the translated PDF in a button link?

Hi, I have a button on my website that opens up a PDF. The button is translated, but the PDF is still the same English one. Is there a way for the translated button to open to a different translated PDF ?(I already have the translated PDF) If the PDF attachment cannot be switched, can it be be switched as a link? I would just have two separate links opening to the different dropbox files. (i am using Squarespace)
ANSWERED

Phrases API limit param not working

I'm trying to get our active phrases using the API. In the documentation at https://help.localizejs.com/reference#projectsprojectkeyfsdfsdfsdf, a query param of 'limit' is listed with a maximum of 5000. However, the limit appears to actually be a max of 1000. Is there any way around that 1000 limit? I want to retrieve all active phrases from our account, and it seems this API is the only way to do that.
ANSWERED

$ dollar isn't isn't translating

If I do: <span>$</span> it's not finding that, but if I replace with text it does. I want to translate this tied to different languages, I want to change the $ to other symbol like pound, for en-UK
ANSWERED

Lossing translation

Hi, how can i set a translation for dynamic labels, the content change every day populating the current date, right now despites i'm adding my translation the next day dissapears Thanks
ANSWERED

<textarea> value localized on change

We are running into an issue with our text area tags sending every value to the Localize API on change. Ex. ``` H He Hel Hell Hello ``` Anytime a user updates a `<textarea>` tag, our pending phrases are flooded with useless info. We have tried ``` <div data-notranslate> <textarea></textarea> </div> <div> <textarea data-notranslate></textarea> </div> <div notranslate> <textarea></textarea> <div> <div> <textarea notranslate></testarea> </div> ``` As well as using the ignored classes and ids. None of which seems to prevent this. Is this a bug? Or is there a setting that ignores `data-notranslate` for certain html tags that we may have added somewhere on accident? Context: This part of our site is loaded with static Html and uses the Localize cdn as described here: https://help.localizejs.com/docs/installation#step-1-install-the-code-snippet
ANSWERED

replace a language

I enabled a language because I want to replace it with another language. Now, it is telling me I can't and I need to make a new plan (meaning to pay more).. I can't even enable back to the language I had before. Help!
ANSWERED

Receipt for Purchase

I just signed up for a $49/mo plan and I never received a receipt. Can you email me one?
ANSWERED

phrases not translated even when it exist

Am running into some phrases that have translations in localize but somehow when getting the translation, it always return english version of it. Any idea why?