Class DynamicResourcesLoader
Inheritance
DynamicResourcesLoader
Assembly: Crowdin.Xamarin.Forms.dll
public static class DynamicResourcesLoader : object
Properties
|
Improve this Doc
View Source
Declaration
public static CultureInfo CurrentCulture { get; set; }
Property Value
| Type |
Description |
| CultureInfo |
|
|
Improve this Doc
View Source
Declaration
public static CrowdinOptions GlobalOptions { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static async Task LoadCrowdinStrings(CrowdinOptions options, ResourceDictionary destinationResources)
Parameters
| Type |
Name |
Description |
| CrowdinOptions |
options |
|
| ResourceDictionary |
destinationResources |
|
Returns
|
Improve this Doc
View Source
Declaration
public static Task LoadCrowdinStrings(string filename, ResourceDictionary destinationResources)
Parameters
| Type |
Name |
Description |
| String |
filename |
|
| ResourceDictionary |
destinationResources |
|
Returns
|
Improve this Doc
View Source
Declaration
public static void LoadStaticStrings(ResourceManager resourceManager, ResourceDictionary dictionary)
Parameters
| Type |
Name |
Description |
| ResourceManager |
resourceManager |
|
| ResourceDictionary |
dictionary |
|