public interface IFieldUpdateCultureProvider
CultureInfo object that should be used during the update of a particular field.| Modifier and Type | Method and Description |
|---|---|
CultureInfo |
getCulture(java.lang.String culture,
Field field)
Returns a
CultureInfo object to be used during the field's update. |
CultureInfo getCulture(java.lang.String culture, Field field)
CultureInfo object to be used during the field's update.culture - The name of the culture requested for the field being updated.field - The field being updated.