Hello,
does anyone know if ".Variant" is implemented correctly in "Locale"?
The example from the IDL reference ("es", "ES", "Traditional_WIN"):
http://www.openoffice.org/api/docs/common/ref/com/sun/star/lang/Locale.html
doesn't work if I test it with Basic:
Dim aLocale
aLocale = ThisComponent.CurrentSelection(0).CharLocale
aLocale.Language = "es"
aLocale.Country = "ES"
aLocale.Variant = "Traditional_WIN"
ThisComponent.CurrentSelection(0).CharLocale = aLocale
greetings,
Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]