struct LanguageTag

Defined in:

helper.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(primary_subtag : PrimarySubtag, subtag : Subtag | Nil) #

[View source]

Instance Method Detail

def primary_subtag : PrimarySubtag #

[View source]
def primary_subtag=(primary_subtag : PrimarySubtag) #

[View source]
def subtag : Subtag | Nil #

[View source]
def subtag=(subtag : Subtag | Nil) #

[View source]