Class Subtags
Parsed language / script / region subtags of a locale. Empty when absent.
Inherited Members
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 |