Open this page in the API Guide

ILocalizationService.GetLocalizationInfos Method

Gets information about localization resources.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
ICollection<LocalizationInfo> GetLocalizationInfos(
	CultureInfo? culture
)

Parameters

culture
Type: System.Globalization.CultureInfo
The culture.

Return Value

Type: ICollection<LocalizationInfo>
Information about all localization resources for the specified culture. If culture is null, information for localizations from all cultures is returned.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also