Search Results for

    Show / Hide Table of Contents

    Class LegacySdlxLanguage

    Used to find CultureInfo and LCID values from a given SDLX 'iso' code.

    Inheritance
    System.Object
    LegacySdlxLanguage
    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: Sdl.Core.Globalization
    Assembly: Sdl.Core.Globalization.dll
    Syntax
    public class LegacySdlxLanguage

    Constructors

    LegacySdlxLanguage()

    Declaration
    public LegacySdlxLanguage()

    Methods

    GetCultureInfoFromIsoCode(String)

    Gets a CultureInfo from the given SDLX 'iso' code.

    Declaration
    public static CultureInfo GetCultureInfoFromIsoCode(string isoCode)
    Parameters
    Type Name Description
    System.String isoCode

    The SDLX 'iso' code which may be specific to SDLX for some languages.

    Returns
    Type Description
    System.Globalization.CultureInfo

    An CultureInfo for the SDLX language code if supported.

    GetLcidFromIsoCode(String)

    Gets a LCID from the given SDLX 'iso' code.

    Declaration
    public static int GetLcidFromIsoCode(string isoCode)
    Parameters
    Type Name Description
    System.String isoCode

    The SDLX 'iso' code which may be specific to SDLX for some languages.

    Returns
    Type Description
    System.Int32

    An LCID for the SDLX language code if supported.

    On this page

    • Constructors
      • LegacySdlxLanguage()
    • Methods
      • GetCultureInfoFromIsoCode(String)
      • GetLcidFromIsoCode(String)
    Back to top Generated by DocFX