Hi
I've got a table in sql server, and one of the columns is used to store multilingual data, it's current nvarchar(250).
When sorting the column on the web front end I would like to take the user's locale into account so e.g spanish is sorted correctly taking "ch" into account.
I'm a bit lost in how to do this.
Can anyone point me in the right direction.