How to handle i18n in Go?

前端 未结 3 1327
别跟我提以往
别跟我提以往 2021-02-06 23:47

I searched on web but I didn\'t find anything related to i18n and Go.

I wish to use Go for develop web sites. What is the best way to handle internationalization?

3条回答
  •  无人共我
    2021-02-07 00:33

    Packages roadmap

    Comprehensive support for international text.
    Support for international dates, times, etc.
    Support for multilingual messages.
    

    As you can see from the Go Roadmap, Go doesn't provide full i18n support yet.

提交回复
热议问题