Missing information on how to get localization working on Linux images #30741
Open
Description
Type of issue
Other (describe below)
Description
The page is missing information on how to get localization working on Linux.
From what I can gather, when using the official "alpine" images in Docker/Kubernetes the following packages must be installed:
- icu-libs
- icu-data-full
using theapk add --no-cahce icu-data-full icu-libs
command and then setting the environment variable as documented in this page.
Failure to install both packages will make the code run without exception but won't do the actual localization.
Page URL
https://learn.microsoft.com/en-us/dotnet/core/runtime-config/globalization
Content source URL
https://github.com/dotnet/docs/blob/live/docs/core/runtime-config/globalization.md
Document Version Independent Id
5591d41e-b330-8066-e193-79c6ff037fb6
Article author
Metadata
- ID: 047c947a-f6e8-5aa8-3217-37687eedb408
- Service: dotnet-fundamentals