CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Posts
    66

    CFileDialog not in OS language.

    Hi all,

    Is it possible to show the CFileDialog in other language the OS one? Let say the user has an English OS but the application runs in Russian. It’s all fine, except the CFileDialog. This is shown in English. Well I can change some texts like “Look in”, “File type”, etc., also the buttons text, but the problem is the tool tips for some controls are still in English.
    I tried also with SetThreadLocale, but … nothing.
    Is there any way to show the CFileDialog in other language, as an user open from another OS then the installed one?
    For any idea thank you in advance!

    Ciao,
    Emil

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: CFileDialog not in OS language.

    Well, it is one of the problems MS do NOT want to fix since the GetOpenFileName/GetSaveFileName APIs exist!
    Victor Nijegorodov

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