legend Posted November 28, 2016 Share Posted November 28, 2016 Hello, I made a program that I want to have multiple languages. So if you choose english, the gui will be updated to show english langauge, and spanish, it will show spanish.. What do you think would be the best way to do this? I'm thinking maybe a ini file named english.ini and a ini file named spanish.ini, where the script reads from that file, or maybe someone got another suggestion? Link to comment Share on other sites More sharing options...
j0kky Posted November 28, 2016 Share Posted November 28, 2016 That should be the better solution... Spoiler Some UDFs I created: Winsock UDF STUN UDF WinApi_GetAdaptersAddresses _WinApi_GetLogicalProcessorInformation Bitwise with 64 bit integers An useful collection of zipping file UDFs Link to comment Share on other sites More sharing options...
JohnOne Posted November 28, 2016 Share Posted November 28, 2016 Ini is fine, as well as any other external database-like file or module if you want to be able to add languages, including dll. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. 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