Aspose::Words::Fields::IFieldUpdateCultureProvider::GetCulture method

IFieldUpdateCultureProvider::GetCulture method

Returns a CultureInfo object to be used during the field’s update.

virtual System::SharedPtr<System::Globalization::CultureInfo> Aspose::Words::Fields::IFieldUpdateCultureProvider::GetCulture(System::String culture, System::SharedPtr<Aspose::Words::Fields::Field> field)=0
ParameterTypeDescription
cultureSystem::StringThe name of the culture requested for the field being updated.
fieldSystem::SharedPtr<Aspose::Words::Fields::Field>The field being updated.

ReturnValue

The culture object that should be used for the field’s update.

See Also