ILocalizationServiceGetLocalization Method |
Gets the localization.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Stream? 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.BILocalizationInfo
The localization information. - throwOnNotFound
- Type: SystemBoolean
Throws NotFoundException if resource is not found and parameter is set to ,
otherwise returns .
Return Value
Type:
StreamThe localization resource as
Stream or
if not found.
Exceptions See Also