IStringResourceDictionary Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a contract for looking up string resources.
public interface class IStringResourceDictionary
public interface IStringResourceDictionary
type IStringResourceDictionary = interface
Public Interface IStringResourceDictionary
Remarks
This is primarily designed to be used as a client callback contract so the server can get localized messages from the client. A brokered service that provides localized resources to the client can normally do so without taking a CultureInfo parameter since it is activated with ClientCulture.
Methods
GetStringResourceAsync(CultureInfo, String, CancellationToken) |
Gets a localized string. |