[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.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected abstract Dictionary<string, string> GetLocalizableContent()
protected abstract Dictionary<string, string> GetLocalizableContent()
Protected MustOverride Function GetLocalizableContent As Dictionary(Of String, String)
Protected MustOverride Function GetLocalizableContent As Dictionary(Of String, String)
protected:
virtual Dictionary<String^, String^>^ GetLocalizableContent() abstract
protected:
virtual Dictionary<String^, String^>^ GetLocalizableContent() abstract
abstract GetLocalizableContent : unit -> Dictionary<string, string>
abstract GetLocalizableContent : unit -> Dictionary<string, string>
Return Value
Type:
Dictionary
String,
String