PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The string resource manager provides access to all string resources.

Namespace: Smartsite.Localization
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public class StringResourceManager
Visual Basic (Declaration)Copy imageCopy Code
Public Class StringResourceManager

Remarks

The string resource manager contains all string resources. One instance of the class should be sufficient. The class provides access to string resources, identified application ID and by resource ID. The resource manager distinguishes resources obtained from the Smartsite database and resources obtained from assemblies. When requesting resources database resources override assembly resources.

Inheritance Hierarchy

System..::..Object
  Smartsite.Localization..::..StringResourceManager

See Also

Advanced