ILocalizationServiceStoreLocalization Method

Stores the localization.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void StoreLocalization(
	LocalizationInfo localizationInfo,
	Stream stream
)

Parameters

localizationInfo
Type: Dundas.BILocalizationInfo
The localization information.
stream
Type: System.IOStream
The localization resource stream.
Exceptions
ExceptionCondition
ArgumentNullException

localizationInfo is .

-or-

stream is .

InvalidOperationException

The specified localization is protected.

-or-

The overwritten localization is protected.

-or-

Localized strings resource is invalid and was not loaded.

NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidOperationExceptionThere is already a localization resource with a different name for this culture and module.
See Also