Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Data Type

Required?

Description

Sample Data

OpsCultureId

Int16

No

The culture Id is a unique identifier for a culture. For internal use only.


OpsCultureName

String (15)

One of OpsCultureName or OpsCultureNumber is required

The culture name is a unique identifier for a culture.

en-US

OpsCultureNumber

Int16

See OpsCultureName

The culture number is a unique identifier for a culture.

1033

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                  <b:EffectiveDefaultOpsCultureIdentity>
                     <b:OpsCultureId i:nil="true"/>
                     <b:OpsCultureName>en-US</b:OpsCultureName>
                     <b:OpsCultureNumber>1033</b:OpsCultureNumber>
                  </b:EffectiveDefaultOpsCultureIdentity>