| Имя | Описание |
---|
| CreateScope(CultureInfo) | |
| CreateScope(CultureInfo, CultureInfo) | |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object.) |
| Format(String) | |
| Format(String, CultureInfo) | |
| Format(String, Object) | |
| Format(String, Object) | |
| Format(String, String) | |
| Format(String, CultureInfo, Object) | |
| Format(String, CultureInfo, Object) | |
| Format(String, CultureInfo, String) | |
| Format(String, Object, Object) | |
| Format(String, String, String) | |
| Format(String, CultureInfo, Object, Object) | |
| Format(String, CultureInfo, String, String) | |
| Format(String, Object, Object, Object) | |
| Format(String, String, String, String) | |
| Format(String, CultureInfo, Object, Object, Object) | |
| Format(String, CultureInfo, String, String, String) | |
| GetAllStrings | |
| GetHashCode | Serves as the default hash function. (Унаследован от Object.) |
| GetNameOrValue(String) | |
| GetNameOrValue(String, CultureInfo) | |
| GetString(String) | |
| GetString(String, CultureInfo) | |
| GetSystemLanguageName |
Определяет язык локализации системы, доступный для текущего пользователя,
и возвращает его, либо английский язык, если язык системы не удалось определить.
По возвращёной строке можно получить культуру, вызвав метод GetCultureInfo(String).
|
| GetType | Gets the Type of the current instance. (Унаследован от Object.) |
| InitializeAsync(ResourceManager) | |
| InitializeAsync(ILocalizationService) | |
| InitializeAsync(LocalizationManager) | |
| InitializeByDefaultAsync | |
| InitializeDefaultLocalizationAsync(Boolean, ResourceManager) |
Инициализирует локализацию по умолчанию, т.е. до того, как настройки локализации
будут загружены. В качестве культуры по умолчанию используется язык системы.
|
| InitializeDefaultLocalizationAsync(Boolean, ILocalizationService) |
Инициализирует локализацию по умолчанию, т.е. до того, как настройки локализации
будут загружены. В качестве культуры по умолчанию используется язык системы.
|
| InvalidateCacheAsync | |
| Localize(String) | |
| Localize(String, CultureInfo) | |
| LocalizeAndEscapeFormat(String) | |
| LocalizeAndEscapeFormat(String, CultureInfo) | |
| LocalizeOrGetName(String) | |
| LocalizeOrGetName(String, CultureInfo) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object.) |
| SetEnglishLocalization |
Устанавливает английский язык в качестве языка локализации.
Не изменяет используемый сервис локализации.
|
| ToString | Returns a string that represents the current object. (Унаследован от Object.) |
| TryGetName(String) | |
| TryGetName(String, CultureInfo) | |
| TryGetString(String) | |
| TryGetString(String, CultureInfo) | |
| TryLocalize(String) | |
| TryLocalize(String, CultureInfo) | |