Sofiia Nakonechna discusses UKAD's implementation of the Translation Manager plugin within their Umbraco CMS to efficiently manage multilingual content. This integration enhances workflow, maintains consistency, and improves user experience across Swedish, Norwegian, Danish, and Dutch languages. The tool simplifies translation processes, allowing content managers to focus on quality and efficiency.
In this post, Dennis discusses refactoring code in Umbraco to eliminate the service layer's dependency on translations. By introducing a strongly typed model for labels and transferring translation responsibilities to the razor view, the approach enhances code maintainability and readability while isolating translation logic. The solution aims to address primitive obsession in domain models.