Search Results for

    Show / Hide Table of Contents

    Class DynamicResourcesLoader

    Inheritance
    Object
    DynamicResourcesLoader
    Namespace: Crowdin.Xamarin.Forms
    Assembly: Crowdin.Xamarin.Forms.dll
    Syntax
    public static class DynamicResourcesLoader : object

    Properties

    | Improve this Doc View Source

    CurrentCulture

    Declaration
    public static CultureInfo CurrentCulture { get; set; }
    Property Value
    Type Description
    CultureInfo
    | Improve this Doc View Source

    GlobalOptions

    Declaration
    public static CrowdinOptions GlobalOptions { get; set; }
    Property Value
    Type Description
    CrowdinOptions

    Methods

    | Improve this Doc View Source

    LoadCrowdinStrings(CrowdinOptions, ResourceDictionary)

    Declaration
    public static async Task LoadCrowdinStrings(CrowdinOptions options, ResourceDictionary destinationResources)
    Parameters
    Type Name Description
    CrowdinOptions options
    ResourceDictionary destinationResources
    Returns
    Type Description
    Task
    | Improve this Doc View Source

    LoadCrowdinStrings(String, ResourceDictionary)

    Declaration
    public static Task LoadCrowdinStrings(string filename, ResourceDictionary destinationResources)
    Parameters
    Type Name Description
    String filename
    ResourceDictionary destinationResources
    Returns
    Type Description
    Task
    | Improve this Doc View Source

    LoadStaticStrings(ResourceManager, ResourceDictionary)

    Declaration
    public static void LoadStaticStrings(ResourceManager resourceManager, ResourceDictionary dictionary)
    Parameters
    Type Name Description
    ResourceManager resourceManager
    ResourceDictionary dictionary
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX