Translating Hard Coded buttons and text

Modified on Thu, 3 Nov, 2022 at 2:46 PM

 


We added the possibility for cloud and on-prem customers to translate also buttons and text. We understand that this is a feature that a lot of our customers appreciate and decided to provide this service. Below you will find the ways this can be accomplished.



 


Through Excel sheet


We can send you an Excel sheet where you fill in the buttons and text you want to translate + the translation. We change the translation.json file for you and upload it to your cloud server. 


Through translation.json file


You can request this file to us, perform the translation and send it back. We will test and upload it to your server. Below is an ex. of what you will receive. This can be edited, opening in Notepad++ (Windows) or TextEdit (mac).



On-prem customers


The transaltion.json file can be found on your server on the following path


C:/Newired/tomcat/webapps/newired/WEB-INF/classes/launcher/package/translations.json


Use the method above and save to your server with the same name and format.


How to translate
To add new language into translation.json add a new key for example:
```
[
    {
        "language": "en_US",
        "translations": {
            "handle_title": "Help?",
            ..
        }
    },
    {
        "language": "it_IT",
        "translations": {
            "handle_title": "Assistenza?",
            ..
    }


 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article