LANGID to wstring
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, MSDN is your friend and you will be a much better software engineer if you learn to use it. The LCIDToLocaleName function[^] is available for Vista+ operating systems. The DownlevelLCIDToLocaleName function[^] is available for XP and below but unfortunately users will need to install the National Language Support (NLS) package. You can avoid all of this by using the code I gave you here[^] which works on all operating systems >= WinXP. I've never tested it on Win2k. Best Wishes, -David Delaune [Updated incorrect MSDN links]