You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 6
Next »
This structure is designed to uniquely identify a single culture.
Element | Data Type | Description | Default (on insert/update) | Sample Data |
---|
CultureId | Int32 | Culture Id. For internal use only. |
|
|
CultureName | String | Culture Name |
| en-US |
Culture Uid | Int64 | Culture Unique Identifier |
| 1152921504606851419 |
Usage Example(s)
<BillingCultureIdentity>
<CultureId i:nil="true"/>
<CultureName>en-US</CultureName>
<CultureUid>1152921504606851419</CultureUid>
</BillingCultureIdentity>