DataGrid Filter translations

I am using the DataGrid component with some columns of type DateTime on which I can apply filters. It works good, but I was wondering how can I translate the text from the date filter:

.
As you can see the calendar is translated using the current culture info, but the rest of the filter is not.

I see in this image from documentation


that values can be loaded from the resource file. In this image I guess that 'grid0' is the name of the datagrid property, then would be the column name and the property 'Title' of the column name.
Can you point me into the right direction?
Thanks.

There is a property for each filter operation:

Thanks. I wasn't looking where I should have.