Portal GetLocalizableContent Method NFX Class Library

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

Override to add localizable system content blocks. Each block has a key of the form: 'keyname_isoLang'. I.e. {"mnuStart_deu", "Anfangen"}...

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

protected abstract Dictionary<string, string> GetLocalizableContent()

Return Value

Type: OnlineDictionary OnlineString, OnlineString 
See Also