ILocalizationService Interface |
Namespace: Dundas.BI
The ILocalizationService type exposes the following members.
Name | Description | |
---|---|---|
KnownModuleIds |
Gets the list of module IDs for which localized strings have been defined.
| |
LoadedCultures |
Gets the list of cultures for which localized strings have been defined.
|
Name | Description | |
---|---|---|
CopyLocalizationForCulture | Copies the localization for target culture. | |
DeleteLocalization |
Deletes the localization.
| |
GetChecksum |
Gets a checksum corresponding to the localization strings for the specified module.
| |
GetLocalization |
Gets the localization.
| |
GetLocalizationInfos |
Gets information about localization resources.
| |
GetString(Guid, String, Object) |
Gets the string corresponding to the specified key for the culture associated
with the current caller.
| |
GetString(Guid, String, CultureInfo, Object) |
Gets the string corresponding to the specified key.
| |
GetStrings | Gets the collection of localized strings corresponding to the specified parameters. | |
StoreLocalization |
Stores the localization.
| |
TryGetString(CultureInfo, Guid, String, String) |
Tries the get the localized string with the specified key for the specified culture.
| |
TryGetString(CultureInfo, Guid, String, Object, String) |
Tries the get the localized string with the specified key for the specified culture.
|