public interface IFieldUpdateCultureProvider
Method Summary | ||
---|---|---|
abstract System.Globalization.CultureInfo | getCulture(java.lang.String culture, Field field) | |
Returns a |
public abstract System.Globalization.CultureInfo getCulture(java.lang.String culture, Field field)
culture
- The name of the culture requested for the field being updated.field
- The field being updated.