IStringResourceDictionary Interface

Definition

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.

Applies to