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.
Set of string resources for a specific application.
Namespace: Smartsite.Localization
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public class ApplicationStringResourceSet |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ApplicationStringResourceSet |
Remarks
An application can be a true application, a subsystem, a software layer or any other component that is a scope for a set of resources. The set of resources consists of multiple sets of culture specific resources, one set per culture.
The information is partial. Several application specific resource sets are required for a source, see SourceStringResourceSet.
The class is not thread safe. Thread synchronization must be done by the top level resource handling class.
Inheritance Hierarchy
See Also
ApplicationStringResourceSet Members
Smartsite.Localization Namespace