Click or drag to resize

TextUtilsGetAllResourceTexts Method (String, CultureInfo)

Gets all localized texts that are statically present. Texts of custom text prociders are not available.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static Dictionary<string, string> GetAllResourceTexts(
	string componentName,
	CultureInfo culture
)

Parameters

componentName
Type: SystemString
The component name. This value must correspond to a ice.net/texts/text/@component configuration attribute.
culture
Type: System.GlobalizationCultureInfo
The requested culture

Return Value

Type: DictionaryString, String
A dictionary of localized texts by key.
See Also