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 Code |
---|---|
public class StringResourceManager |
Visual Basic (Declaration) | Copy 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
See Also
StringResourceManager Members
Smartsite.Localization Namespace