Hi,
I have content in two languages (entity translation). If I want to use it's field values in PHP, I can access them by code like this:
$node->field_name['en'][0]['value']
or
field_get_items('node', $node, 'field_name', 'en')

But how to access field value in particular language in Rules data selectors? (Rules load only currently active language)

Comments

Honza Pobořil’s picture

Generally, Rules does not handle entity translations correctly. It should be tested for use cases with translated entities.