Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LanguageID (0.09 sec)

  1. src/cmd/vendor/golang.org/x/text/language/language.go

    // index, exact will be false and the compact index will be returned for the
    // first match after repeatedly taking the Parent of t.
    func CompactIndex(t Tag) (index int, exact bool) {
    	id, exact := compact.LanguageID(compact.Tag(t))
    	return int(id), exact
    }
    
    var root = language.Tag{}
    
    // Base is an ISO 639 language code, used for encoding the base language
    // of a language tag.
    type Base struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top