Detailed Description

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...
 

Member Function Documentation

static QuoteSet Css.Quotes.Add ( string  langCode,
string  quotes 
)
inlinestaticprivate

Adds the given lang to the lookup.

static QuoteSet Css.Quotes.Get ( string  langCode)
inlinestatic

Gets the quote set for the given language.

static void Css.Quotes.Setup ( )
inlinestaticprivate

Sets up the lookup.

Member Data Documentation

QuoteSet Css.Quotes.DefaultSet
staticprivate

The default quote set.

Dictionary<string,QuoteSet> Css.Quotes.LanguageLookup
staticprivate

The lookup.