The C1LocalizeExtension type exposes the following members.

Constructors

  NameDescription
Public methodC1LocalizeExtensionOverloaded.

Methods

  NameDescription
Protected methodDetermineCulture
When overridden in a derived class, returns a CultureInfo that should be used for localization. Default implementation returns the value of the DefaultCulture property.
Public methodProvideValue
Returns an object that is set as the value of the target property for this markup extension.
(Overrides MarkupExtension..::..ProvideValue(IServiceProvider).)
Protected methodSetNewValue
Sets the value of the DependencyProperty to the passed Value

Properties

  NameDescription
Public propertyAssembly
Gets or sets the name of the Assembly where the .resx is located. By default returns the value of the DefaultAssembly property.
Public propertyDefaultValue
Gets or sets the default value.
Public propertyDictionary
Gets or sets the name of the .resx dictionary. If it is null, returns the default string 'Resources'.
Public propertyKey
Gets or sets the key of a .resx object

See Also