balgur Posted November 5, 2022 Share Posted November 5, 2022 hi , how can i change in propriety of exe in details the Language Value? I must use Pragma, but i dont no how for Language. Link to comment Share on other sites More sharing options...
BakedCakes Posted November 5, 2022 Share Posted November 5, 2022 (edited) Set #AutoIt3Wrapper_Res_Language= to a number from https://learn.microsoft.com/en-us/windows/win32/menurc/versioninfo-resource#remarks under langID e.g. #AutoIt3Wrapper_Res_Language=0x0409 for the US English. You can find all the AutoIt3Wrapper pragmas in C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\Directives.au3 Edited November 5, 2022 by BakedCakes Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now