ILocalizationServiceGetLocalization Method

Gets the localization.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Stream? GetLocalization(
	LocalizationInfo localizationInfo,
	bool throwOnNotFound
)

Parameters

localizationInfo  LocalizationInfo
The localization information.
throwOnNotFound  Boolean
Throws NotFoundException if resource is not found and parameter is set to , otherwise returns .

Return Value

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