Skip to content

Instantly share code, notes, and snippets.

@perosb
Last active September 11, 2021 15:56
Show Gist options
  • Save perosb/bfa8f641e379a0a9ba492c9900488a58 to your computer and use it in GitHub Desktop.
Save perosb/bfa8f641e379a0a9ba492c9900488a58 to your computer and use it in GitHub Desktop.
Sitecore 10.1 with .NET Core rendering and custom cultures on Linux

Sitecore 10.1 and .NET Core Rendering Host with Custom Cultures

In traditional Sitecore you can always insstall custom cultures using .NET Framework (unless you're on PaaS ;).

If you're running .NET Core RenderingHost on a Alpine linux based container, you're options are a bit more limited. One way would be to build additional cultures into alpine but it's quite a hassle. You need to build the custom (.dat file first etc)[https://github.com/unicode-org/icu].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment