Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8721309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:12:01+00:00 2026-06-13T07:12:01+00:00

i have this problem… i did a personal messagebox… i put in a very

  • 0

i have this problem… i did a personal messagebox… i put in a very funny way english and spanish… but i want my installer to display only one language… like… when i choose in the menu selector spanish… in that messagebox shows spanish… if a choose italian in the menu selector… let that messagebox show itallian.

[code]
function NextButtonClick1(PageId: Integer): Boolean;
begin
    Result := True;
    if (PageId = wpSelectDir) and not FileExists(ExpandConstant('{app}\xxx.exe')) then begin
        MsgBox('"Thi App" does not seem to be installed in that folder.  Please select the correct folder. [Selecciona la Carpeta de Instalación de la Aplicación]', mbError, MB_OK);
        Result := False;
        exit;
    end;
end;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T07:12:01+00:00Added an answer on June 13, 2026 at 7:12 am

    Use the [CustomMessages] section and prefix the message names there with the internal name of the language like shown in the following script:

    [Setup]
    AppName=My Program
    AppVersion=1.5
    DefaultDirName={pf}\My Program
    OutputDir=userdocs:Inno Setup Examples Output
    
    [Languages]
    Name: en; MessagesFile: "compiler:Default.isl"
    Name: es; MessagesFile: "compiler:Languages\Spanish.isl"
    
    [CustomMessages]
    en.AppCheckError=Select the application folder!
    es.AppCheckError=Selecciona la Carpeta de Instalación de la Aplicación!
    
    [Code]
    procedure InitializeWizard;
    begin
      MsgBox(ExpandConstant('{cm:AppCheckError}'), mbInformation, MB_OK);
    end;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this problem: I want to generate a new source code file from
I have this problem since I'm beginning in OOP programming I want to close
I have this problem in my SlashDot Menu. I want to change the picture
i have this problem to my wordpress theme but team points its with Custom
I have this problem I can't figure out, I query the DB this way:
I have this problem.. I'm receiving data from a client..Using a socket connection. But
i have this problem: starting from an empty list (0 elements) i want check
I have this problem, I'm trying to put a String variable in the value
I have this problem that i want to transfer specific ( yet not that
I have this problem with UISearchDisplayController . I want to use it in a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.