Cosmo (.NET)
Search Results for

    Show / Hide Table of Contents

    Class Subtags

    Parsed language / script / region subtags of a locale. Empty when absent.

    Inheritance
    object
    Subtags
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Miloun.Cosmo
    Assembly: Miloun.Cosmo.dll
    Syntax
    public sealed class Subtags

    Constructors

    Subtags(string, string, string)

    Declaration
    public Subtags(string language, string script, string region)
    Parameters
    Type Name Description
    string language
    string script
    string region

    Properties

    Language

    Declaration
    public string Language { get; }
    Property Value
    Type Description
    string

    Region

    Declaration
    public string Region { get; }
    Property Value
    Type Description
    string

    Script

    Declaration
    public string Script { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX