Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / GetLocalFamilyName Method
The language ID to search for.

In This Topic
    GetLocalFamilyName Method
    In This Topic
    Returns the localized version of font family name for the specified language ID.
    Syntax
    'Declaration
     
    Public Function GetLocalFamilyName( _
       ByVal languageID As System.Integer _
    ) As System.String
    public System.string GetLocalFamilyName( 
       System.int languageID
    )

    Parameters

    languageID
    The language ID to search for.
    See Also