This issue happened since I used DNN. But it still exist now.
When I want to see the user account information in the user page.
The filter doesn't work. I found the problem is like this one:
if I want to see all the registered user. The All link is
http://coolcoolgame.com/Admin/UserAccounts/tabid/42/filter/All/currentpage/1/Default.aspx, this work fine.
But if I make a localization of the "All" to 全部,than this link become
http://coolcoolgame.com/Admin/UserAccounts/tabid/42/currentpage/1/Default.aspx?filter=全部
Then the "all" filter doesn't work!! The same as online, unauthorized, name,..etc. I supposed all link with localization doesn't work!!
Is there any method to fix this issue? Because there are many filter doesn't work now. It's not a serious problem, but I really want to know how to make filter work without influence of the localization.