labstack / echo

High performance, minimalist Go web framework

Home Page:https://echo.labstack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does echo support i18n? [feature request]

mahesh-riddles opened this issue · comments

I can't find doc regarding internalisation .
Is it available in echo?

This is not built in. What kind of things you want to localize? API responses (JSON) or rendered (HTM*) content?

Here is one example I found for Echo being used with https://github.com/nicksnyder/go-i18n/
Here is blog post about that same library for i18n https://phrase.com/blog/posts/internationalisation-in-go-with-go-i18n/