NLSMap Constructor NFX Class Library

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

Overload List

  NameDescription
Public methodNLSMap(String)
Makes NLSMap out of JSON string: {eng: {n: 'Cucumber',d: 'It is green'}, deu: {n='Gurke',d='Es ist grün'}}
Public methodNLSMap(IConfigSectionNode)
Makes NLSMap out of conf node: eng{n='Cucumber' d='It is green'} deu{n='Gurke' d='Es ist grün'}
Protected methodNLSMap( NLSMap NDPair )
Initializes a new instance of the NLSMap class
Back to Top
See Also