ILocalizedString members
The ILocalizedString class defines a contract for localized strings.
The ILocalizedString type exposes the following members.
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