TextUtilsGetAllResourceTexts Method (String) |
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 public static Dictionary<string, string> GetAllResourceTexts(
string componentName
)
Parameters
- componentName
- Type: SystemString
The component name. This value must correspond to a ice.net/texts/text/@component configuration attribute.
Return Value
Type:
DictionaryString,
StringA dictionary of localized texts by key.
See Also