Low Code
Configuration Screen
Internationalization
if you have forms where multiple languages will be used, it is possible to create internationalization keys low code uses labels ( keys ) to perform form internationalization each field assigned in the form can use a label, and these labels are attached to an internationalization key, which is then connected to the low code application the keys support up to three languages portuguese, english, and spanish for each key, it is mandatory to provide the project, language, key, and value the key is the item that will be used in the form using the string interpolation feature "{{ label keyname }}" , and it will be displayed according to the selected language in the platform before you begin you must have created a low code project procedure access this functionality through the navigation menu configuration > internationalization click " create " fill in the fields available for " internationalization " select the project and the language for which you are creating the key, then provide the key (label) and its value click " save " 🖊 note create a key for each language create key to create a key, follow these steps select the project select the language choose the name of the key and write the value in the chosen language in the example below, the creation of the label (name) "address" in english is shown to translate to spanish and portuguese, the procedure is the same; just repeat the key name and choose the desired language ps the key name is what will be interpolated in the project's custom code for the example below, the interpolation is {{'label myproject address' | translate}} wherever this interpolation is in the code, the system will automatically translate it to the language of the operating system of the person viewing the project if it is one of the three languages mentioned