Aspose::Words::Fields::FieldUpdateCultureSource enum

FieldUpdateCultureSource enum

Indicates what culture to use during field update.

enum class FieldUpdateCultureSource

Values

NameValueDescription
CurrentThread0The culture of the current execution thread is used to update fields.
FieldCode1The culture specified in the field formatting properties via language setting is used.

See Also