How to get the current language using on keyboard (actual display language)
in Libreoffice Basic?
I want to create macro for Writer which will do -> if current language is
English do thing1, if current language is Czech do thing2.
Hi Kamil,
How to get the current language using on keyboard (actual display
language) in Libreoffice Basic? I want to create macro for Writer
which will do -> if current language is English do thing1, if current
language is Czech do thing2.
No experience with that.
I do know how to get the active locale in LibreOffice, but that prolly
won't help?
Ciao - Cor
Try shell command
I use it with many usefull scripts
Walther
I'm under Windows. I¨m afraid it is not possible without some external
program which detect actual language and paste language code for example to
the clipboard. And I don't know any program to do it.