golang.org/x/text/internal/language.Language.String (method)
7 uses
golang.org/x/text/internal/language (current package)
language.go#L146: return t.LangID.String()
language.go#L157: text = append(text, t.LangID.String()...)
lookup.go#L150: func (b Language) String() string {
lookup.go#L169: return b.String()
parse.go#L296: scan.replace(t.LangID.String())
parse.go#L305: copy(scan.b[langStart:], lang.String())
golang.org/x/text/language
language.go#L465: return b.langID.String()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |