This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite internationalization and localization.
Syntax
C# | Copy Code |
---|---|
namespace Smartsite.Localization |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.Localization |
Classes
Class | Description | |
---|---|---|
ApplicationStringResourceSet |
Set of string resources for a specific application.
|
|
ChangeFormCulture |
ChangeFormCulture provides methods to change the culture used by a single or all forms in an application
|
|
CultureStringResourceSet |
Set of string resources for a specific culture.
|
|
SmartsiteResourceManager |
Provides access to all string resources.
|
|
SmartsiteResourceManagerSetter |
ResourceManagerSetter is a component which initializes the resources local variable in
Form.InitializeComponent to a ResourceManagerProvider
|
|
SmartsiteResourceManagerSetterSerializer |
ResourceManagerSetterSerializer is a CodeDomSerializer which changes the Form.InitializeComponent method
|
|
SourceStringResourceSet |
Set of string resources for a specific source.
|
|
StringResourceManager |
The string resource manager provides access to all string resources.
|
|
XmlStringResourceSet |
Set of string resources as read from an XML file.
|
Enumerations
Enumeration | Description | |
---|---|---|
LocaleSetupMode |
Mode for the setup of localization when synchronizing string reources from an XML source to the database.
|