Click or drag to resize

ITextProviderGetAllTexts Method

Provides all available texts for a specified culture.

Namespace:  PDTec.IceNet.Core.Runtime
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IDictionary<string, string> GetAllTexts(
	string component,
	CultureInfo culture
)

Parameters

component
Type: SystemString
The text component name.
culture
Type: System.GlobalizationCultureInfo
The culture the texts are requested for.

Return Value

Type: IDictionaryString, String
A map of all available texts, identified by their text keys.
See Also