sql server - What collation should I use for amharic language? -


i using sql server 2014. want use amharic language in database. default collation database latin1_general_cp1_ci_as. changed latin1_general_ci_as. both doesn't diplay amharic characters. show characters when typing when comitted changed question marks.

what collation should use or missing?

you can follow steps on msdn:

default collations in sql server setup

in control panel, find windows system locale name on advanced tab in regional , language options. in windows vista, use formats" tab. following table shows corresponding collation designator match collation settings existing windows locale:

so have change setting using control panel see results.


Comments