Eplan Platform API
Eplan.EplApi.Base Namespace / MultiLangString Class / DeleteAllStringsExceptFor Method
Languages that are to be kept in the string.

In This Topic
    DeleteAllStringsExceptFor Method
    In This Topic
    Removes unused translations.
    Syntax
    public void DeleteAllStringsExceptFor( 
       ref LanguageList goodLanguages
    )
    public:
    void DeleteAllStringsExceptFor( 
       LanguageList^% goodLanguages
    ) 

    Parameters

    goodLanguages
    Languages that are to be kept in the string.
    See Also