LocalizationDataConvertFromDictionary Method

Converts from dictionary to a IListT for JSON transport.

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

Parameters

culture  CultureInfo
The culture of the provided strings.
strings  IReadOnlyDictionaryGuid, IReadOnlyDictionaryString, String
The strings to convert.

Return Value

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