Welcome to the navigation

Sunt enim aliqua, ullamco lorem quis ut sit laborum, deserunt non labore ea exercitation tempor ut eiusmod nostrud esse fugiat pariatur, elit, culpa ad sint. Ad mollit commodo aute anim dolore veniam, cupidatat pariatur, quis lorem laborum, voluptate enim ut ut dolor magna nisi sunt excepteur elit, id incididunt ex

Yeah, this will be replaced... But please enjoy the search!




Running MSSQL in Portainer stack using Docker Compose

December 29, 2023 |
Categories & Tags:

Running Microsoft SQL Server (MSSQL) in Docker offers several benefits, particularly in terms of deployment flexibility, environment consistency, scalability, and development efficiency. Portainer simplifies Docker and Kubernetes management, offering a user-friendly interface, easy deployment, enhanced monitoring, and efficient orchestration of containers and clusters.


Implementing EmbeddedLocalization in Optimizely CMS 12

January 27, 2023 |

My previous post on translation (Translating Optimizely CMS 12 UI components) gives an overview of how to implement the FileXmlLocalizationProvider, how a folder structure can be implemented and some advice how to find the XML-elements to translate in the CMS UI. This post will cover how to implement the alternative of FileXmlLocalizationProvider which is the EmbeddedXmlLocalizationProviderInitializer or commonly implemented using the AddEmbeddedLocalization extension method.

 


Translating Optimizely CMS 12 UI components

Optimizely CMS 12 have been out for a while now, but still some elements haven't been properly translated resulting in a GUI defaulting to english. While that may be fine with many of us I still do have some customers who refuse to see the benefits of learning a bit of english. Anyways, it is good practice to implement translations of elements in all web sites which would include the Optimizely CMS GUI.