I have a One Record in Database
ItemID Price
1 10.50
If in wpf i select en-Us culutre then entity Framework Fetch
ItemID Price
1 10.50
But when i change the culture with es-Es then my entity framewok fetch
ItemID Price
1 105
but when i change the culture to es-Es then my desire output is
ItemID Price
1 10,5
what is the problem in my entity framework