![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Change curent language
To change current language, use LoadKeyboardLayout function.For example, first parameter 0x0407 is German (standard), 0x0409 is English (U.S.).
procedure TForm1.Button1Click(Sender: TObject);
begin
LoadKeyboardLayout('00000407', KLF_ACTIVATE);
end;
-
More for developers