Skip to main content
Software localization blog category featured image | Phrase

Software localization

A Better Way to Set and Manage Locale Data in Your Phoenix Apps

Learn how to craft a custom module plug that allows to set and persist the chosen locale. Our solution supports GET param, cookie and HTTP header.
Software localization blog category featured image | Phrase

Software localization

Translating Phoenix Applications with GNU gettext

Phoenix i18n - Learn how to add support for i18n in Phoenix applications with Gettext & how to support multiple locales, pluralization rules, and domains.