com.aspose.words
Interface IFieldUpdateCultureProvider


public interface IFieldUpdateCultureProvider 

When implemented, provides a System.Globalization.CultureInfo object that should be used during the update of a particular field.

Method Summary
abstract System.Globalization.CultureInfogetCulture(java.lang.String culture, Field field)
           Returns a System.Globalization.CultureInfo object to be used during the field's update.
 

Method Detail

getCulture

public abstract System.Globalization.CultureInfo getCulture(java.lang.String culture, Field field)
Returns a System.Globalization.CultureInfo object to be used during the field's update.
Parameters:
culture - The name of the culture requested for the field being updated.
field - The field being updated.
Returns:
The culture object that should be used for the field's update.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.