diff --git a/profile.entity.inc b/profile.entity.inc index ce3d022..01c4e3b 100644 --- a/profile.entity.inc +++ b/profile.entity.inc @@ -51,6 +51,12 @@ class Profile extends Entity { */ public $changed; + /** + * The language under which the profile item is stored. + * + * @var string + */ + public $langcode = LANGUAGE_NONE; public function __construct(array $values = array()) { if (isset($values['user'])) {