PerryRaptor Posted March 2, 2007 Posted March 2, 2007 DL'ed Scite again today still no support to change the exe files language setting from English (United Kingdon) to English (United States) re: ;#Compiler_Res_Language=2057 ;File Language - not supported (yet) Everytime I try to change it after the fact the exe blows up.
Moderators SmOke_N Posted March 2, 2007 Moderators Posted March 2, 2007 PerryRaptor said: DL'ed Scite again today still no support to change the exe files language setting from English (United Kingdon) to English (United States)re:;#Compiler_Res_Language=2057 ;File Language - not supported (yet) Everytime I try to change it after the fact the exe blows up.Not gonna happen. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Developers Jos Posted March 3, 2007 Developers Posted March 3, 2007 PerryRaptor said: DL'ed Scite again today still no support to change the exe files language setting from English (United Kingdon) to English (United States)re:;#Compiler_Res_Language=2057 ;File Language - not supported (yet) Everytime I try to change it after the fact the exe blows up.I haven't looked at it much yet and will have to see what that would take to accomplish.The thing is that the base is an Exe with resources stored it in based on English UK.What would be your goal here ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted March 3, 2007 Developers Posted March 3, 2007 (edited) JdeB said: I haven't looked at it much yet and will have to see what that would take to accomplish.The thing is that the base is an Exe with resources stored it in based on English UK.What would be your goal here ?ok...I did some backtracking what I did and which part was still missing in it to make it work.I believe I have the proper process in AutoIt3Wrapper now to update the resources with another language.What it will do now is import the specified resource information with the specified language code for ;#Compiler_Res_Language.EG: ;#Compiler_Res_Language=1033 It will then remove the 2057 resource info to avoid a mixup since after the import of another language, 2 sets of "Version info" in the resources exists.For those amongst you that want to give this a try and let me know if they see any issue with this : AutoIt3Wrapper.exe ver 1.7.7.0There is no validation of the specified Language code... Edited March 3, 2007 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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