Click here to Skip to main content
15,888,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to internationalisation an number in vc++. As per this link GetNumberFormat function (Windows)[^] I need to use GetNumberFormatEx() method in windows 7, but I don't see any example to use it. Am new to vc++, Please tell me hot to use it.

What I have tried:

I have tried with GetNumberFormatA() method but it gives junk value for Non-English domain.
Posted
Updated 2-Mar-17 0:13am

1 solution

You already posted this at How to internationalisation (i18n) an number in vc++ for winforms[^] and received some suggestions. Please do not repost.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900