Maps 2 character language code (e.g. "en") to the quotes to use.
Static Public Member Functions | |
| static QuoteSet | Get (string langCode) |
| Gets the quote set for the given language. More... | |
Static Private Member Functions | |
| static QuoteSet | Add (string langCode, string quotes) |
| Adds the given lang to the lookup. More... | |
| static void | Setup () |
| Sets up the lookup. More... | |
Static Private Attributes | |
| static QuoteSet | DefaultSet |
| The default quote set. More... | |
| static Dictionary< string, QuoteSet > | LanguageLookup |
| The lookup. More... | |
|
inlinestaticprivate |
Adds the given lang to the lookup.
|
inlinestatic |
Gets the quote set for the given language.
|
inlinestaticprivate |
Sets up the lookup.
|
staticprivate |
The default quote set.
|
staticprivate |
The lookup.