ILocalizationService Interface |
Provides methods for getting localized versions of strings.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic interface ILocalizationService
Public Interface ILocalizationService
public interface class ILocalizationService
type ILocalizationService = interface end
The ILocalizationService type exposes the following members.
Properties| | 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.
|
Top
Methods| | 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.
|
Top
See Also