Represents a MarkupExtension providing localized strings from .resx resources.

Namespace:  C1.WPF.Localization
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[MarkupExtensionReturnTypeAttribute(typeof(string))]
[ContentPropertyAttribute("DefaultValue")]
public class C1LocalizeExtension : MarkupExtension
Visual Basic (Declaration)
<MarkupExtensionReturnTypeAttribute(GetType(String))> _
<ContentPropertyAttribute("DefaultValue")> _
Public Class C1LocalizeExtension _
	Inherits MarkupExtension

Remarks

The C1LocalizeExtension doesn't track culture changes after the first call. This functionality should be implemented in derived classes if necessary.

Inheritance Hierarchy

See Also