全球化和整理的最佳实践 [英] Best practices for globalization and collation

查看:52
本文介绍了全球化和整理的最佳实践的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试找到实现全球化功能的最佳方式,用户可以根据UI的语言更改表的排序顺序。请注意,该应用程序具有SQL后端,无法动态更改其排序规则。应用程序中使用的数据
可能非常大(> 8000条记录),因此我们缓存x条记录而不是将所有内容加载到内存中。然后它在表单中的DataGrid中显示。有人可以给我一个推荐吗?该应用程序是用C#编写的。

I'm trying to find the best way to implement a globalization feature where the user can change sort order of a table depending on the language of UI. Note that the application has SQL backend, which its collation cannot be changed on the fly. The data used in the application can be very large (>8000 records) so we cache x number of records instead of loading everything into the memory. Then it is displayed in DataGrid in a Form. Could someone give me a recommendation? The application is written in C#.

推荐答案

问候,

你可以使用xml文件对于全局序列化。你需要有一个很好的数据库设计,如果数据库是好的,任何事情都可以工作。在进行数据库设计之前,你需要分析一些事情。

You can use of xml file for global serialization .You need to have a good database deisgn, if the database is good , any thing can work. You need to analyse very things before you come with a database design.

 

祝你好运

 

问候,

Phijo

 


这篇关于全球化和整理的最佳实践的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆