Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with formating number in Datagrid View for international distribution

Status
Not open for further replies.

vcharles2013

Programmer
Aug 6, 2013
2
0
0
US
Hi,

When my application is used in France, "," is converted to "?" in my DataGridView for numerical values, for example 1,000 is displayed as 1?000, this problem is due to (windows language configuration).

I am using Visual Studio 2010 with VB.NET.

How do I fix this issue?

Victor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top