ezcontentlanguage
Summary
Contains information about a language.Persistent
Yes.Attributes
| Attribute | Type | Static* | Description |
|---|---|---|---|
| id |
string |
Yes. |
The ID number of the language (can be 2, 4, 8, 16, 32, etc.) |
| name |
string |
Yes. |
The name of the language, for example "English (United Kingdom)". |
| locale |
string |
Yes. |
The language's locale code (for example "eng-GB"). |
| disabled |
string |
Yes. |
Reserved for future use. |
| translation |
object |
No. |
Returns reference to the ezcontentlanguage object itself. |
| locale_object |
object |
No. |
The locale of this language (as ezlocale object). |
| object_count |
string |
No. |
The number of objects translated to this language. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Svitlana Shatokhina (12/07/2006 1:08 pm)
Julia Shymova (27/08/2007 9:54 am)
Comments
There are no comments.