Data translation

Hello,

Can we translate the data from a grid column?
The keyword « x-translate » is found in custom views. Is there an equivalent for the grid element?

Hello

Title of the grid are auto translated.
To translate the values in Grid view it’s depends on the type of field.
whichever field value you want to make translatable, need to declare that field as translatable true. for details you can refer : Models :: Axelor Documentation

so now whenever you create the record and enter the value for that field, It will create one entry in MetaTranslation with user language (which you can refer Administration > All Views > All Translation). For other language support, need to add the translations from Administration > All Views > All Translation for that same key (here key means the value you have entered for that record).

Hope this will help !!

Thank you.
Regards.