Language (LanguageLocale) table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Language

Messages

Message Web API Operation SDK class or method
Retrieve GET /languagelocale(languagelocaleid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /languagelocale
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
SetState PATCH /languagelocale(languagelocaleid)
Update statecode and statuscode properties.
SetStateRequest
Update PATCH /languagelocale(languagelocaleid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName LanguageLocales
DisplayCollectionName Languages
DisplayName Language
EntitySetName languagelocale
IsBPFEntity False
LogicalCollectionName languagelocales
LogicalName languagelocale
OwnershipType OrganizationOwned
PrimaryIdAttribute languagelocaleid
PrimaryNameAttribute name
SchemaName LanguageLocale

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

LanguageLocaleId

Property Value
Description LanguageLocaleId
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName languagelocaleid
RequiredLevel SystemRequired
Type Uniqueidentifier

LocaleId

Property Value
Description Locale ID
DisplayName Locale ID
Format None
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName localeid
MaxValue 2147483647
MinValue 1
RequiredLevel SystemRequired
Type Integer

statecode

Property Value
Description State Code
DisplayName State Code
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

statecode Choices/Options

Value Label DefaultStatus InvariantName
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

Property Value
Description Language Status Code
DisplayName Language Status Code
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

statuscode Choices/Options

Value Label State
1 Active 0
2 Inactive 1

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

Code

Property Value
Description Code
DisplayName Code
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName code
MaxLength 100
RequiredLevel SystemRequired
Type String

Language

Property Value
Description Language
DisplayName Language
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName language
MaxLength 100
RequiredLevel SystemRequired
Type String

Name

Property Value
Description Name
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName name
MaxLength 100
RequiredLevel SystemRequired
Type String

OrganizationId

Property Value
Description Unique identifier of the organization associated with the language locale.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Targets organization
Type Lookup

Region

Property Value
Description Region
DisplayName Region
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName region
MaxLength 100
RequiredLevel None
Type String

VersionNumber

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

One-To-Many Relationships

Listed by SchemaName.

knowledgearticle_languagelocaleid

Same as the knowledgearticle_languagelocaleid many-to-one relationship for the knowledgearticle table/entity.

Property Value
ReferencingEntity knowledgearticle
ReferencingAttribute languagelocaleid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName knowledgearticle_languagelocaleid
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

languagelocale_organization

See the languagelocale_organization one-to-many relationship for the organization table/entity.

See also

Dataverse table/entity reference
Web API Reference
languagelocale EntityType