is there a preferred localization library/strategy for ktor servers?
a
Andrew O'Hara
06/11/2023, 5:09 PM
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