SSQLE  1.0
Simple SQL Editor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | List of all members
SSQLE.ILang Interface Reference

Iterface providing facilities for easier translation of the application to different language. More...

Inheritance diagram for SSQLE.ILang:
SSQLE.EnglishLang

Public Member Functions

bool TryGetValue (LangStrings index, out string value)
 Tries to get textual representation of the LangStrings. More...
 

Detailed Description

Iterface providing facilities for easier translation of the application to different language.

See also
EnglishLang

Member Function Documentation

bool SSQLE.ILang.TryGetValue ( LangStrings  index,
out string  value 
)

Tries to get textual representation of the LangStrings.

Parameters
indexLangStrings which textual representation we want.
valueout value where to store textual representation of index .
Returns
True if textual representation was provided, false otherwise.

Implemented in SSQLE.EnglishLang.


The documentation for this interface was generated from the following file: