简体   繁体   English

Akka HTTP + Scala:国际化

[英]Akka HTTP + Scala: internationalization

What is the best way to implement localization support on Akka-HTTP with Scala? 用Scala在Akka-HTTP上实现本地化支持的最佳方法是什么?

I considered the following libraries: 我考虑了以下库:

To the best of my knowledge, it practically not advisable to implement such thing on Akka HTTP even if possible. 就我所知,即使有可能,也不建议在Akka HTTP上实现这种功能。 Localization implementation is ideal for Web frameworks. 本地化实现是Web框架的理想选择。 You should consider using Play Framework with the libraries earlier suggested. 您应该考虑将Play Framework与前面建议的库一起使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM