Open R4cOOn opened 2 years ago
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:
apk add --no-cahce icu-data-full icu-libs
Failure to install both packages will make the code run without exception but won't do the actual localization.
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@richlander Can you confirm this information?
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:
apk 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.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.