Versions in this module Expand all Collapse all v1 v1.0.0 Dec 3, 2018 Changes in this version + var DefaultLanguage = "fr" + var DefaultRegion = "FR" + var DefaultSupported = []string + func Handler() func(next http.Handler) http.Handler + func HandlerWithConfig(languages []string) func(next http.Handler) http.Handler + func ToContext(ctx context.Context, locale Locale) context.Context + type Locale struct + Language string + Region string + func FromContext(ctx context.Context) Locale