python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Missing Globalization Cultures on IIS8.5 / Server 2012R2
I'm trying to set the culture of a website to en-ZM in the web.config of the site but I get an error:
The <globalization> tag contains an invalid value for the 'culture' attribute.
When I try to...
Daniel
Votes: 0
Answers: 0
Databinding and multiple languages in the app C#
I have a form that looks like this
there I edit the task selecected data.
So the texblock Due Date it's binding a property.
<TextBlock x:Name="DueDateTexblock" x:Uid="DueDateTexbl...
KelvinJPS
Votes: 0
Answers: 2
How to make correctly parse numbers with decimals in MVC actions with multiple cultures supported?
I have MVC POST action requests that can't parse correctly numbers with decimals when there are many cultures supported, for example:
I have a pure form that doesn't use AJAX, it does the usual POST.
...
Eugene
Votes: 0
Answers: 0
Globalization in blazor server project
I am trying to change the language of my website through language dropdown.
I am not able to find any example on globalization in blazor server project. However I have tried globalization in blazor we...
Pulkit bajaj
Votes: 0
Answers: 0