9 calls to field_language()

comment_tokens in drupal/modules/comment/comment.tokens.inc
Implements hook_tokens().
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal/modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldTranslationsTestCase::testFieldInvokeMultiple in drupal/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke_multiple().
field_attach_prepare_view in drupal/modules/field/field.attach.inc
Prepare field data prior to display.
field_attach_view in drupal/modules/field/field.attach.inc
Returns a renderable array for the fields on an entity.
field_get_items in drupal/modules/field/field.module
Returns the field items in the language they currently would be displayed.
field_view_field in drupal/modules/field/field.module
Returns a renderable array for the value of a single field in an entity.
field_view_value in drupal/modules/field/field.module
Returns a renderable array for a single field value.
node_tokens in drupal/modules/node/node.tokens.inc
Implements hook_tokens().