Search Results for

    Show / Hide Table of Contents

    Interface ILanguage

    The language definition for a term

    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public interface ILanguage

    Properties

    Locale

    The locale

    Declaration
    CultureInfo Locale { get; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    Name

    The name (aka label) of the language

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    On this page

    Back to top Generated by DocFX