locale

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultLanguage = "fr"

DefaultLanguage var

View Source
var DefaultRegion = "FR"

DefaultRegion var

View Source
var DefaultSupported = []string{
	DefaultLanguage,
}

DefaultSupported language

Functions

func Handler

func Handler() func(next http.Handler) http.Handler

Handler middleware

func HandlerWithConfig

func HandlerWithConfig(languages []string) func(next http.Handler) http.Handler

HandlerWithConfig middleware

func ToContext

func ToContext(ctx context.Context, locale Locale) context.Context

ToContext add Locale to Context

Types

type Locale

type Locale struct {
	Language string
	Region   string
}

Locale struct

func FromContext

func FromContext(ctx context.Context) Locale

FromContext returns Locale from Context

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL