To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81324
Issue #|81324
Summary|Default Languages Settings not peristent
Component|lingucomponent
Version|OOo 2.2.1
Platform|All
URL|
OS/Version|Windows XP
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|spell checking
Assigned to|[EMAIL PROTECTED]
Reported by|sos
------- Additional comments from [EMAIL PROTECTED] Thu Sep 6 11:47:43 +0000
2007 -------
When changing the Languages Setting thye disapear after closing the Quickstarter
is happening using the GUI and also after using the ApI with basic code like
Sub ChangeSystemLanguage
dim aArgs(0) as Object
dim aPropValue as new com.sun.star.beans.PropertyValue
xconfig = createunoservice("com.sun.star.configuration.ConfigurationProvider")
aPropValue.Name = "nodepath"
aPropValue.Value = "org.openoffice.Office.Linguistic"
aArgs(0) = aPropValue
xAccess = xconfig.createinstanceWithArguments
("com.sun.star.configuration.ConfigurationUpdateAccess",aArgs())
slocale = xAccess.General.defaultLocale
Locale = "nl-BE"
xAccess.General.defaultLocale = slocalexAccess.commitchanges
End Sub
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]