Jump to content

Recommended Posts

Posted

So, my first script is nearly done, but I've been thinking about multi-language OS support.

The script works like a charm under swedish based windows xp. What about english based?

I'm looking for a easy way to convert it so it works under other language based Windows Xp.

If we take this code as an example. Sending some text to a controll/Id in a window called "Torrentegenskaper".

Can I change "Torrentegenskaper" into a code, or something ells, that works with all Os/Xp

ControlSend("Torrentegenskaper", "", "[ID:1001]", "AUTOIT")

//Walle

Posted

do want to convert language? Means swedish to english or english to whatever?

or tell clearly what do u want to convert.

i'm very responsible, when ever something goes wrong they always say I'm responsible.Life is like an Adventure... BUT COOL GRAPHICS<====================----=LEGEND KILLER=----=========================>

Posted

do want to convert language? Means swedish to english or english to whatever?

or tell clearly what do u want to convert.

I'm looking for a easy way to get my script working under another language based Windows xp.

Sure, You could translate every line into, english...., but isn't there another way?

Instead of tranlating the Title of a window, Can I use some sort of code identifie the window, not by the titles name or text?

Instead of convert every swedish title into english, like this one,

Swedish based OS:

ControlSend("Torrentegenskaper", "", "[iD:1001]", "AUTOIT")

English Based OS:

ControlSend("Torrentproperties", "", "[iD:1001]", "AUTOIT")

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...