ILocalizationService.GetLocalization Method |
Gets the localization.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxStream? GetLocalization(
LocalizationInfo localizationInfo,
bool throwOnNotFound
)
Function GetLocalization (
localizationInfo As LocalizationInfo,
throwOnNotFound As Boolean
) As Stream
Stream^ GetLocalization(
LocalizationInfo^ localizationInfo,
bool throwOnNotFound
)
abstract GetLocalization :
localizationInfo : LocalizationInfo *
throwOnNotFound : bool -> Stream
Parameters
- localizationInfo
- Type: Dundas.BI.LocalizationInfo
The localization information. - throwOnNotFound
- Type: System.Boolean
Throws NotFoundException if resource is not found and parameter is set to true,
otherwise returns null.
Return Value
Type:
StreamThe localization resource as
Stream or
null if not found.
Exceptions
See Also