ILocalizedString Members
The ILocalizedString class defines a contract for localized strings.
The following tables list the members exposed by the ILocalizedString type.
Public Properties
Name | Description | |
---|---|---|
LocalizedString | When implemented in a class that implements the ILocalizedString interface, the LocalizedString property gets a localized version of the contained string.. |
Top