Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xamarin parsing decimal units is locale dependent #104

Open
michelevirgilio opened this issue Nov 29, 2021 · 0 comments · May be fixed by #106
Open

Xamarin parsing decimal units is locale dependent #104

michelevirgilio opened this issue Nov 29, 2021 · 0 comments · May be fixed by #106

Comments

@michelevirgilio
Copy link

michelevirgilio commented Nov 29, 2021

Hi,
by creating a rule with decimal value, for example

.somerule {
    BorderWidth: 1.3;
}

the resulting value is dependent on system locale, i.e. for an English device, you will have 1.3, on an Italian device, you will get 13.
I suspect that the value is parsed according system locale, but it should be cultureinvariant.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant