LocalizationDataConvertFromDictionary Method

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static IList<LocalizationData> ConvertFromDictionary(
	CultureInfo culture,
	IReadOnlyDictionary<Guid, IReadOnlyDictionary<string, string>> strings
)

Parameters

culture
Type: System.GlobalizationCultureInfo
The culture of the provided strings.
strings
Type: System.Collections.GenericIReadOnlyDictionaryGuid, IReadOnlyDictionaryString, String
The strings to convert.

Return Value

Type: IListLocalizationData
The list of localization data in JSON ready format.
See Also