is there a preferred localization library/strategy...
# ktor
a
is there a preferred localization library/strategy for ktor servers?
a
This would normally be handled by your templating engine. See if the engine you're using supports i18n. If not, you will need to inject a 3rd party i18n function into your templates, or consider a new engine. https://ktor.io/docs/templating.html