SMessageDlg no Localisation

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32960
    Madtrax
    Participant

    Hello

    I think the Localisation of the Title in sMessageDlg is missing. I looked in the Source from sDialogs.pas and i saw that there was a localisation for Delphi2006. But this was disabled in the latest release from Alphaskins.
    The Problem is that the Titles in the sMessageDlg is always in English. The ResLoad Function was disabled.. Why ?? Is there any Problem to localise the Title ???

    #39252
    Support
    Keymaster

    Hello
    Was some ideas to get title text from system if not defined in function parameters, but is not implemented at moment.
    How you think, what will be better – use ResLoad or get from system?

    #39256
    emailaya
    Participant

    notice that MessageBox should take its caption/button content from the system locale

    #39265
    Madtrax
    Participant

    QUOTE (Support @ May 18 2009, 08:53 AM)
    Hello
    Was some ideas to get title text from system if not defined in function parameters, but is not implemented at moment.
    How you think, what will be better – use ResLoad or get from system?

    Hello

    I think it will be better to get it from Resload. For Localisation you use resload in the Moment for the other Variables.
    I want a German Loacalisation in an English System too. When a German install an English Windows I want that my Programm is German.

    #39268
    Support
    Keymaster

    I can suggest a solution
    When loading from resources is required then may be used Delphi standard dialogs (MessageDlg and others).
    When data must be received from system then may be used AlphaControls dialogs (sMessageDlg and others).
    Both ways have support of skins.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.