Translation label

Hello to all.
I need help!
how do I update new translations after updating the fields in a table and a form/grid/etc?

example:
table x1
field1 {lang_fld_field1}
field2 {lang_fld_field2}
field3 {lang_fld_field3}

add
field4 {lang_fld_field4}
field5 {lang_fld_field5}

Add new fields in the form and check the label {lang_fld_field4} and {lang_fld_field5}, but {lang_fld_field4} and {lang_fld_field5} not find them in the file language.
If you insert them manually is ok, but … I do not think the case!

Thanks

Greetings
Enrico Ferretti

If you have added new fields to tables and need them for translation you need to resync then in the data dictionary. If these are not fields from the database but your own definitions then you still have to apply these in the datadictonary. You can add your own (free) elements there.

Thank you Albert!
I try now!