I have a table in sql server, and one of the columns is used to store multilingual data, this is the current nvarchar (250).
When sorting a column on the web interface, I would like to take into account the user's locale, so that the Spanish language was sorted correctly based on "ch".
I lost a little how to do it.
Can someone point me in the right direction.
source
share