Skip to content

LocalizationBehavior.GetLocalizationMatch method

Gets localization match for a field

public static Field GetLocalizationMatch(Field field, ILocalizationRow localRowInstance, 
    int localRowPrefixLength = 0, int rowPrefixLength = 0)
parameter description
field Field
localRowInstance Local row instance
localRowPrefixLength Local row field name prefix length
rowPrefixLength Row field name prefix length

See Also