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
)

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: Stream
The localization resource as Stream or if not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalizationInfo is .
NotFoundExceptionThe localization resource not found.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also