Search Results for

    Show / Hide Table of Contents

    Class LegacySdlxLanguage

    Inheritance
    object
    LegacySdlxLanguage
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization
    Assembly: Sdl.Core.Globalization.dll
    Syntax
    [Obsolete("SDLX is no longer supported")]
    public class LegacySdlxLanguage

    Constructors

    LegacySdlxLanguage()

    Declaration
    public LegacySdlxLanguage()

    Methods

    GetCultureInfoFromIsoCode(string)

    Declaration
    public static CultureInfo GetCultureInfoFromIsoCode(string isoCode)
    Parameters
    Type Name Description
    string isoCode
    Returns
    Type Description
    CultureInfo

    GetLcidFromIsoCode(string)

    Declaration
    public static int GetLcidFromIsoCode(string isoCode)
    Parameters
    Type Name Description
    string isoCode
    Returns
    Type Description
    int
    In this article
    • Constructors
      • LegacySdlxLanguage()
    • Methods
      • GetCultureInfoFromIsoCode(string)
      • GetLcidFromIsoCode(string)
    Back to top Generated by DocFX