CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: localization?

  1. #1
    Join Date
    Jun 1999
    Posts
    176

    localization?

    Hi all,

    I need to get something from the C:\windows. If the OS is not English, is it still "C:\windows"? Is there a way to get into "c:\windows" in every language OS?

    Thanks,
    G

  2. #2
    Join Date
    Jun 2004
    Posts
    102

    Re: localization?

    If you are looking for Windows directory then use GetWindowsDirectory function

  3. #3
    Join Date
    Jun 1999
    Posts
    176

    Re: localization?

    thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured