Property | Type | Description | |
---|---|---|---|
CountryIso2ToLangIso2 | string>.Dictionary |
Method | Description | |
---|---|---|
Fill ( |
Removes all items before adding all languages alphabetically by name.
|
|
Fill ( |
Removes all items before adding all languages alphabetically by name.
|
|
GetAll ( ) : LanguageList | ||
GetByCountryIso2 ( string countryIso2 ) : Language | ||
GetByIso2 ( string iso2 ) : Language |
Does not use the application cache.
|
|
GetByIso2 ( string iso2List ) : LanguageList | ||
GetByName ( string name ) : Language | ||
GetDutch ( ) : Language | ||
GetEnglish ( ) : Language | ||
GetFrench ( ) : Language | ||
GetFromUrl ( |
Returns a Language object from the subdomain of the given URL. Default is German.
|
|
GetGerman ( ) : Language | ||
GetItalian ( ) : Language | ||
GetLangIso2FromCountryIso2 ( string countryIso2 ) : string |
Returns the Iso2 code of the language that has been assigned as default for the country with the given Iso2 code.
|
|
GetPolish ( ) : Language | ||
GetSpanish ( ) : Language | ||
LanguageService ( ISession session ) : System |
Method | Description | |
---|---|---|
FillSorted ( |
public Fill ( |
||
listControl | ||
return | void |
public Fill ( |
||
listControl | ||
firstItem | System.Web.UI.WebControls.ListItem | |
return | void |
public GetByCountryIso2 ( string countryIso2 ) : Language | ||
countryIso2 | string | |
return | Language |
public GetByIso2 ( string iso2List ) : LanguageList | ||
iso2List | string | |
return | LanguageList |
public GetLangIso2FromCountryIso2 ( string countryIso2 ) : string | ||
countryIso2 | string | |
return | string |
public LanguageService ( ISession session ) : System | ||
session | ISession | |
return | System |