Hi all!.
Sorry for my bad English.
I am trying to create a Form with support multi languages. But I can not reload the Form as the language selected in the ComboBox.
This is my code:
#include <Constants.au3>
#include <GUIConstants.au3>
Opt('MustDeclareVars', 1)
;
Global $FormTitl...