labstack/echo

Does echo support i18n? [feature request]

mahesh-riddles opened this issue · 2 comments

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

aldas commented

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

aldas commented

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/