Method | Description | |
---|---|---|
GetString ( string resourceKey ) : string | ||
GetString ( string resourceKey, |
||
GetStringByCulture ( Expression | ||
GetStringByCulture ( string resourceKey, |
Method | Description | |
---|---|---|
Format ( string message ) : string | ||
FormatWithAnonymousObject ( string message, object model ) : string | ||
LocalizationProvider ( ) : System |
public GetString ( string resourceKey ) : string | ||
resourceKey | string | |
return | string |
public GetString ( string resourceKey, |
||
resourceKey | string | |
culture | ||
return | string |
public GetStringByCulture ( Expression | ||
resource | Expression | |
culture | ||
return | string |
public GetStringByCulture ( string resourceKey, |
||
resourceKey | string | |
culture | ||
return | string |