Software Architecture in Golang: Localizability: Internationalization (i18n) and Localization (l10n)

Описание к видео Software Architecture in Golang: Localizability: Internationalization (i18n) and Localization (l10n)

Localizability is the process/practice to enable the software to be localized into different languages without any change to the source code (Microsoft reference).

In practice Localizability consists of a combination of Internalization (i18n) and Localization (l10n), in Golang this process is mainly handled by using the packages included in the "golang.org/x/text" Go module, however it's not as easy as it seems, so to make things a bit simpler you can use "nicksnyder/go-i18n", however keep in mind that even when using this package the process of Internationalization/Localization is still a bit convoluted.

== Relevant links

■ Software Architecture in Go/Golang:    • Software Architecture and System Desi...  
■ Example code: https://github.com/MarioCarrion/video...
■ Go libraries for text processing: https://pkg.go.dev/golang.org/x/text
■ Translate your Go program into multiple languages: https://github.com/nicksnyder/go-i18n
■ Microsoft Docs Localizability: https://docs.microsoft.com/en-us/glob...
■ W3C Localization vs. Internationalization: https://www.w3.org/International/ques...

== All Go/Golang Playlists

■ Building Microservices in Go/Golang:    • Building Microservices in Golang/Go  
■ Go/Golang Tools and Packages:    • Golang/Go Tools and Packages  
■ Learning Concurrency Patterns in Go/Golang:    • Learning Go/Golang Concurrency Patterns  
■ Learning Go/Golang :    • Learning Go/Golang  
■ Learning Relational Databases in Go/Golang:    • Learning Go/Golang: Relational Databases  
■ Testing in Go/Golang:    • Testing in Golang/Go  

== Socials

■   / mariocarrion  
■   / mario.carrion  
■   / mariocarrion  

00:00 - Introduction to Localizability in Golang
00:15 - What is Localization (l10n)?
00:58 - What is Internationalization (i18n)?
01:41 - Localizability (i18n and l10n) example in Golang
14:14 - Conclusion of Localizability (i18n and l10n)


=== Who am I?

Hello👋🏼! I'm Mario, a Hands-on Software Architect and Lead Backend Engineer with more than 16 years of professional experience building all kinds of software including on-premise Industrial Automation Systems, Linux Accessibility Desktop and Browser Components as well as Distributed Advertising Microservices.

Every week I will share with you different topics I've learned while working for small startups and large companies including the processes I've followed over the years for successfully delivering complex enterprise systems from start to end.

Subscribe if you like Software Development, Software Architecture and Systems Design!

Keep it up. Don't give up!

#golang #softwarearchitecture #systemdesign

=== Our Vlog Channel

   / rubycarrion  

=== Affiliate links

■ Amazon Shop 🛒 https://www.amazon.com/shop/rubycarrion
■ Technical/Non-technical Books - Recommended by Mario Carrion 📚 https://www.amazon.com/shop/rubycarri...

DISCLAIMER: Some of the links shared above are affiliate links. As a member of these affiliate programs, I earn a small commission from your purchases at no additional cost to you. Thank you in advance for your support!

Комментарии

Информация по комментариям в разработке