Search Results for

    Show / Hide Table of Contents

    Locale property

    Name

    Sdl.MultiTerm.TMO.Interop.Index.Locale — Returns the locale of the index.

    Type

    String (read)

    Index Parameters

    none

    Description

    Each index is associated with a standard locale, e.g. "EN" or "EN-US", etc.

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    TermbaseDefinition oDef = oTb.Definition;
    Indexes oIndexes = oDef.Indexes;
    
    //select first index
    Index oIndex = oIndexes[0];
    Debug.WriteLine(oIndex.Locale);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX