ModelLocalizationEventHandler DelegateNFX Class Library

[This is preliminary documentation and is subject to change.]

Invoked by generator to obtain localized versions of certain properties

Namespace: NFX.Wave.Client
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate string ModelLocalizationEventHandler(
	RecordModelGenerator sender,
	string schema,
	string field,
	string value,
	string isoLang
)

Return Value

Type: OnlineString
Localized value, i.e. depending on user culture looks-up culture-specific version of value
See Also