BrettF Posted August 14, 2010 Share Posted August 14, 2010 MultiLang.au3V1.0.0.0- 14 AUG 2010MultiLang.zipThis is a UDF version of how I chose to load different languages into my GUI for AAMP. It uses different XML language files to provide multi-language support.The download includes the UDF, example GUI with 3 languages (English, German, French) to play with. Languages were translated using Google Translate. Don't expect it to be correct. In your programs try not to do this. Wherever possible find a fluent speaker and give them a cookie. Change Log:1.0.0.0 - 14 AUG 2010 Inital Version ReleasedComments and Criticism welcome. ssamko, simplercoder000, Skysnake and 1 other 4 Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
mesale0077 Posted August 15, 2010 Share Posted August 15, 2010 thank you BrettF very nice Link to comment Share on other sites More sharing options...
Lazycat Posted August 30, 2010 Share Posted August 30, 2010 I always interesting in multilanguage implementations. While your's done ok, the "xml" files are not xml actually. Simple adding root node will made it valid, not cease compatibility and allow potential translator to use some visual editor, like XML Notepad. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
wakillon Posted August 30, 2010 Share Posted August 30, 2010 (edited) Thanks It looks very helpfull ! In the french xml file could you replace this line : <edit1>Il s'agit d'une phrase longue de certaines choses différentes. Vraiment très long. En fait, il est maintenant un paragraphe.@CRLF@CRLFa Même les sauts de ligne ...</edit1>by this one :<edit1>Il s'agit d'une longue phrase faites de différentes choses. Vraiment très longue. En fait, c'est maintenant un paragraphe.@CRLF@CRLFIl y a même les sauts de ligne ...</edit1>It's a detail, but it's more understandable ! Edited August 31, 2010 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
BrettF Posted August 31, 2010 Author Share Posted August 31, 2010 I always interesting in multilanguage implementations. While your's done ok, the "xml" files are not xml actually. Simple adding root node will made it valid, not cease compatibility and allow potential translator to use some visual editor, like XML Notepad.Suggestion noted... Will update to make it valid and add a few little extras with the next version. Thanks It looks very helpfull ! In the french xml file could you replace this line : <edit1>Il s'agit d'une phrase longue de certaines choses différentes. Vraiment très long. En fait, il est maintenant un paragraphe.@CRLF@CRLFa Même les sauts de ligne ...</edit1>by this one :<edit1>Il s'agit d'une phrase longue faites de différentes choses . Vraiment très longue. En fait, c'est maintenant un paragraphe.@CRLF@CRLFa Même les sauts de ligne ...</edit1>It's a detail, but it's more understandable !Could you just upload the edited XML file please? What you've pasted doesn't display correctly in Firefox...Thanks,Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
wakillon Posted August 31, 2010 Share Posted August 31, 2010 Could you just upload the edited XML file please? What you've pasted doesn't display correctly in Firefox... Thanks, Brett Thanks, wakillon. AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
BrettF Posted August 31, 2010 Author Share Posted August 31, 2010 Thanks, wakillon. Legend. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
wakillon Posted August 31, 2010 Share Posted August 31, 2010 Legend.I don't know what write for legend, it's just a little correction more understandable AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
B3tt3R Posted April 8, 2012 Share Posted April 8, 2012 Very nice, thanks! 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