SSQLE
1.0
Simple SQL Editor
|
Iterface providing facilities for easier translation of the application to different language. More...
Public Member Functions | |
bool | TryGetValue (LangStrings index, out string value) |
Tries to get textual representation of the LangStrings. More... | |
Iterface providing facilities for easier translation of the application to different language.
bool SSQLE.ILang.TryGetValue | ( | LangStrings | index, |
out string | value | ||
) |
Tries to get textual representation of the LangStrings.
index | LangStrings which textual representation we want. |
value | out value where to store textual representation of index . |
Implemented in SSQLE.EnglishLang.