2019-07-21, 10:01
(2019-07-21, 09:38)sualfred Wrote: @wyrm
https://github.com/sualfred/script.embua...b1fb2e9a83
Call (see guisettings.xml for reference):
Code:RunScript(script.embuary.helper,action=getkodisetting,setting=locale.country)
Returns:
Example: "Australia (12h)"Code:Window(home).property(locale.country)
Call with stripping the time format:
Code:RunScript(script.embuary.helper,action=getkodisetting,setting=locale.country,strip=timeformat)
Returns:
Example: "Australia"Code:Window(home).property(locale.country)
Thanks mate,
Will have a play as soon as I can leaver the children off of the computer.
Wyrm