> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StandardDictionaryDescription Object (IStandardDictionaryDescription Interface)

This object provides access to a [standard dictionary](/fine-reader/engine/guided-tour/advanced-techniques/working-with-dictionaries#standard). The IStandardDictionaryDescription interface is a child object of the [IDictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/dictionarydescription) interface and inherits all its properties.

## Properties

| Name           | Type                                                                                                             | Description                                                                                                                                                                                                                                                                                                       |
| -------------- | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CanUseTrigrams | [VARIANT\_BOOL](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | Allows or forbids the use of dictionary-based [trigrams](/fine-reader/engine/guided-tour/advanced-techniques/working-with-dictionaries#trigrams). By default, the value is TRUE.                                                                                                                                  |
| LanguageId     | [LanguageIdEnum](/fine-reader/engine/api-reference/enumerations/languageidenum)                                  | Defines the ID of the language. To convert it to Win32 LCID, use the [IEngine::ConvertLanguageIdToLCID](/fine-reader/engine/api-reference/engine-object-iengine-interface/supplementary-methods/convertlanguageidtolcid-method) method. By default, this property is initialized with system default language ID. |

## Related objects

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/standarddictionarydescription.gif?s=fcfc29ac0ca77d994b9c514bd67ecfba" alt="StandardDictionaryDescription" width="352" height="109" data-path="images/fine-reader/engine/standarddictionarydescription.gif" />[](/fine-reader/engine/api-reference/language-related-objects/baselanguage)[](/fine-reader/engine/api-reference/language-related-objects/textlanguage)[](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/fine-reader/engine/api-reference/language-related-objects/dictionarydescription)[](/fine-reader/engine/api-reference/language-related-objects/dictionarydescriptions)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## Output parameter

This object is the output parameter of the [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method), [AddNew](/fine-reader/engine/api-reference/language-related-objects/dictionarydescriptions/addnew-method) methods of the [DictionaryDescriptions](/fine-reader/engine/api-reference/language-related-objects/dictionarydescriptions) object.

## See also

[Working with Dictionaries](/fine-reader/engine/guided-tour/advanced-techniques/working-with-dictionaries)

[DictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/dictionarydescription)

[DictionaryDescriptions](/fine-reader/engine/api-reference/language-related-objects/dictionarydescriptions)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
