Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IntraWeb 15.2.27 is out!
#3
Someone asked me how to configure the language of IWSelect messages.

IWSelect (and also other controls) use the session language to decide what language file to render.

Better to set the language for the whole application in server controller:

procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
Self.HTMLLanguage := 'es'; // <- ISO code for spanish
end;

It will set the language of IWSelect accordingly.
Reply


Messages In This Thread
IntraWeb 15.2.27 is out! - by Alexandre Machado - 04-07-2021, 10:37 AM
RE: IntraWeb 15.2.27 is out! - by Alexandre Machado - 04-09-2021, 11:17 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)