Search Results for

    Show / Hide Table of Contents

    Class Utilities

    General utilities.

    Inheritance
    object
    Utilities
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public static class Utilities

    Methods

    VerifyLanguageDirectionCompatibility(LanguagePair, LanguagePair, ICultureMetadataManager)

    Determines whether two language directions are compatible.

    Declaration
    public static bool VerifyLanguageDirectionCompatibility(LanguagePair l1, LanguagePair l2, ICultureMetadataManager cultureMetadataManager)
    Parameters
    Type Name Description
    LanguagePair l1

    The first language direction (non-null)

    LanguagePair l2

    The second language direction (non-null)

    ICultureMetadataManager cultureMetadataManager
    Returns
    Type Description
    bool

    true if the source cultures of both language directions are compatible (see AreCompatibleCodesAsync(CultureCode, CultureCode, ICultureMetadataManager)), and the target cultures of both languages are either null or are compatible as well. Otherwise, returns false.

    In this article
    • Methods
      • VerifyLanguageDirectionCompatibility(LanguagePair, LanguagePair, ICultureMetadataManager)
    Back to top Generated by DocFX