2c2 < index a4f5f8f..532c917 100644 --- > index a4f5f8f..cc25b23 100644 5c5 < @@ -10,20 +10,59 @@ --- > @@ -10,19 +10,58 @@ 11c11 < + * Fields natively implement multilingual support by holding multiple values --- > + * Fields natively implement multilingual support by holding multiple values 24,25c24,25 < * < + * By default a single-language site in English without the locale module --- > + * > + * By default a single-language site in English without the locale module 35,36c35,36 < + * to signify that we don't have that specified. The whole entity with all < + * its properties and fields is assumed to have the entity language code --- > + * to signify that we don't have that specified. The whole entity with all > + * its properties and fields is assumed to have the entity language code 46c46 < + * translatability on fields. --- > + * translatability on fields. 48c48 < + * When we enable field translation, a field that does not have translation --- > + * When we enable field translation, a field that does not have translation 53,54c53,54 < + * language of the properties of the entity, such as the title, author as well < + * as signify the original language that the entity was saved with. That --- > + * language of the properties of the entity, such as the title, author as well > + * as signify the original language that the entity was saved with. That 63,65c63,65 < + * Data that was created prior to enabling the translation will remain, however, it will be ignored < + * by Drupal. The LANGUAGE_NONE version of the field in this case serves only to preserve the < + * historic configuration and can be safely deleted when it is no longer used. --- > + * Data that was created prior to enabling the translation will remain, however, * it will be ignored by Drupal. The LANGUAGE_NONE version of the field in this > + * case serves only to preserve the historic configuration and can be safely > + * deleted when it is no longer used. 67c67 < + * $entity->body[en][0][value]; // translatble --- > + * $entity->body[en][0][value]; // translatable 71c71 < + * --- > * 74d73 < * calling field_is_translatable(), which checks the $field['translatable'] 90c89 < + * @see field_get_items() --- > + * @see field_get_items()