Метод | Описание | |
---|---|---|
Translate ( String key ) : String |
Gets global resource for key specified.
|
|
Translate ( String key, IEnumerable |
Gets global resource for key and scope specified.
|
|
Translate ( String key, String scope ) : String |
Gets global resource for key and scope specified.
|
protected Translate ( String key ) : String | ||
key | String | The resource key. |
Результат | String |
protected Translate ( String key, IEnumerable |
||
key | String | The resource key. |
scope | IEnumerable |
The resource scope. |
Результат | String |
protected Translate ( String key, String scope ) : String | ||
key | String | The resource key. |
scope | String | The resource scope. |
Результат | String |