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 imageCopy Code
public class ApplicationStringResourceSet
Visual Basic (Declaration)Copy imageCopy 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

System..::..Object
  Smartsite.Localization..::..ApplicationStringResourceSet

See Also

Advanced