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
Parameter | Type | Description |
---|---|---|
culture | System::String | The name of the culture requested for the field being updated. |
field | System::SharedPtr<Aspose::Words::Fields::Field> | The field being updated. |
ReturnValue
The culture object that should be used for the field’s update.
See Also
- Class Field
- Interface IFieldUpdateCultureProvider
- Namespace Aspose::Words::Fields
- Library Aspose.Words for C++