作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的任务是添加新的自定义文化 (en-cn)。编码方面没有问题,我为此使用了 CultureAndRegionInfoBuilder,但我无法在 Azure AppService 上创建这种区域性,Register 方法会引发异常并需要额外的权限。
你遇到过类似的事情吗?
最佳答案
根据您的描述,我认为您希望通过 CultureAndRegionInfoBuilder
使您的应用程序全局化和本地化.NET Framework 中的类。但如下图,需要sysglobl.dll
这是不能在 Azure 应用服务 (WebApp) 中使用的系统调用。
原因是Win32k.sys (User32/GDI32) Restrictions
在 Azure Web App sandbox
中说道,如下。
要解决此问题,您可以考虑使用其他解决方案来支持 ASP.NET 网站中的国际化 (i18n)。请引用博客Understanding Globalization and Localization in .NET实现它。
关于azure - 如何将自定义区域性(en-cn)添加到Azure AppService(WebApp)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56338346/
我是一名优秀的程序员,十分优秀!