Asp.Net MVC控制器/资源管理器:全球化问题

时间:2017-08-18 08:14:31

标签: asp.net-mvc globalization

我在select * from Users where IsDeleted = 0 and ( @Filter = 'ALL' or @Filter = 'ISFUser' and ISFUser = 1 or @Filter = 'Instagram' and socialtype = 'Instagram' ) 中遇到了globalization的一些问题。

页面的某些部分是随机的,而不是德语。

请参阅此代码:

asp.net

但最后我总是得到一个混合的gui。

在调试模式下,似乎根本没有分配文化de-DE:

enter image description here

有什么想法吗?

THX!

0 个答案:

没有答案