SSQLE
1.0
Simple SQL Editor
|
Implements textual strings in english language for this application. Does not provide strings for hardcoded items in GUI. More...
Public Member Functions | |
bool | TryGetValue (LangStrings index, out string value) |
. More... | |
Private Attributes | |
readonly Dictionary < LangStrings, string > | lang |
Mapping of LangStrings to textual representations. Mapped value might contain {0} , {1} , ... values to be replaced. More... | |
Implements textual strings in english language for this application. Does not provide strings for hardcoded items in GUI.
bool SSQLE.EnglishLang.TryGetValue | ( | LangStrings | index, |
out string | value | ||
) |
.
index | LangStrings which textual representation we want. |
value | out value where to store textual representation of index . |
Implements SSQLE.ILang.
|
private |
Mapping of LangStrings to textual representations. Mapped value might contain {0}
, {1}
, ... values to be replaced.