Search Results for

    Show / Hide Table of Contents

    Class LocalizationExtension

    Inheritance
    System.Object
    System.Windows.Markup.MarkupExtension
    LocalizationExtension
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Localization.UI
    Assembly: Simplic.Localization.UI.dll
    Syntax
    public class LocalizationExtension : MarkupExtension

    Properties

    | Improve this Doc View Source

    Key

    Gets or sets the key to be translated

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    ProvideValue(IServiceProvider)

    Declaration
    public override object ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    System.IServiceProvider serviceProvider
    Returns
    Type Description
    System.Object
    Overrides
    System.Windows.Markup.MarkupExtension.ProvideValue(System.IServiceProvider)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx