RecordModelGenerator ModelLocalization EventNFX Class Library

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

Allows localization framework to install hook so that values can get translated per user-selected culture. The hook functor has the following signature: (string propertyName, string propValue): string. Returns translated propValue.

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

public event ModelLocalizationEventHandler ModelLocalization

Value

Type: NFX.Wave.Client ModelLocalizationEventHandler
See Also