languagelocale EntityType

Language

Entity Set Path
[organization URI]/api/data/v9.2/languagelocale
Base Type
crmbaseentity
Display Name
Language
Primary Key
languagelocaleid
Primary Key Attribute
name
Operations Supported
GET PATCH

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
code Edm.String

Code

Display Name: Code

Read Only
language Edm.String

Language

Display Name: Language

Read Only
languagelocaleid Edm.Guid

LanguageLocaleId

localeid Edm.Int32

Locale ID

Display Name: Locale ID

name Edm.String

Name

Display Name: Name

Read Only
region Edm.String

Region

Display Name: Region

Read Only
statecode Edm.Int32

State Code

Display Name: State Code

Default Options
Values Label
0 Active
1 Inactive
statuscode Edm.Int32

Language Status Code

Display Name: Language Status Code

Default Options
Values Label
1 Active
2 Inactive
versionnumber Edm.Int64
Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_organizationid_value organizationid

Unique identifier of the organization associated with the language locale.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
organizationid organization languagelocale_organization

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
knowledgearticle_languagelocaleid knowledgearticle languagelocaleid

See also