Hello,
we have an app in c# xamarin android
in this app, we need to add an decimal field
all works but my colleague has his device to an other settings has me.
Me i have my device in language french suisse, when i enter 10.25 and save inside sqllite and edit again its works fine.
my colleague is other language and when we enter for example -> 10,25 inside the database sql lite
when he edit this value the result is 1025 ... the amount is x 100 !
How we can solve this problem ?
any idea
thanks for all