Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MatchStrings (0.12 sec)

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

    // Making it a concrete type allows MatchStrings to be a method, which will
    // improve its discoverability.
    
    // MatchStrings parses and matches the given strings until one of them matches
    // the language in the Matcher. A string may be an Accept-Language header as
    // handled by ParseAcceptLanguage. The default language is returned if no
    // other language matched.
    func MatchStrings(m Matcher, lang ...string) (tag Tag, index int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
Back to top