Skip to end of metadata
Go to start of metadata

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.


ElementData TypeDescriptionDefault (on insert/update)Sample Data
CultureIdInt32Culture Id. For internal use only.

CultureNameStringCulture Name
en-US
Culture UidInt64Culture Unique Identifier
1152921504606851419


Usage Example(s)


Example 01
                    <BillingCultureIdentity>
                        <CultureId i:nil="true"/>
                        <CultureName>en-US</CultureName>
                        <CultureUid>1152921504606851419</CultureUid>
                     </BillingCultureIdentity>
  • No labels