Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NSpellChecker Class / TrySelectDictionaryForCultureAsync Method


In This Topic
    TrySelectDictionaryForCultureAsync Method
    In This Topic
    Tries to select a dictionary info for the specified culture name
    Syntax
    'Declaration
     
    
    Public Function TrySelectDictionaryForCultureAsync( _
       ByVal cultureName As System.String _
    ) As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As NSpellChecker
    Dim cultureName As System.String
    Dim value As NPromise(Of Boolean)
     
    value = instance.TrySelectDictionaryForCultureAsync(cultureName)
    public NPromise<bool> TrySelectDictionaryForCultureAsync( 
       System.string cultureName
    )

    Parameters

    cultureName
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also