Scalabium Software |
|
| Knowledge for your independence'. | |
#149: To detect a language for installed MS Office |
|
Question: Answer: var
word: Variant;
begin
word := CreateOLEObject('Word.Application');
CountryID := word.System.Country;
word.Quit;
word := UnAssigned;
end;
After that check this CountryID with next values:
|
|
|
Copyright© 1998-2025, Scalabium
Software. All rights reserved. |