Silme:Tutorial:Entity
Revision as of 13:19, 19 May 2008 by Zbraniecki (talk | contribs) (New page: == Entity == The basic unit we use in the localization world is an entity. Entity is a simple object made of ID and a value. ID is a somehow unique identifier of the entity, and the value...)
Entity
The basic unit we use in the localization world is an entity. Entity is a simple object made of ID and a value. ID is a somehow unique identifier of the entity, and the value is an actual string that you want to present to the user.
In Verbatim creating a new Entity looks like this:
entity = Entity('id','value')