Enables an application to specify a language to be used with the common controls that is different from the system language
#include <WinAPISys.au3>
_WinAPI_InitMUILanguage ( $iLanguage )
$iLanguage | The language identifier to be used by the common controls. |
This function enables an application to override the system language setting, and specify a different language
for the common controls. The selected language only applies to the current process.
Search InitMUILanguage in MSDN Library.