Search Results for

    Show / Hide Table of Contents

    Method ApplyLocalization

    ApplyLocalization(IEnumerable<SimpleControl>, String, Boolean)

    Apply Localization strings to a list of controls.

    Declaration
    public static void ApplyLocalization(this IEnumerable<SimpleControl> controls, string localizationFilePath, bool writeIfNotFound = false)
    Parameters
    Type Name Description
    IEnumerable<SimpleControl> controls

    Controls to apply a localization

    String localizationFilePath

    Path of the localization file

    Boolean writeIfNotFound

    Generate empty fields / new localization file if the provided one is missing or incomplete.

    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX