[]
The C1Localizer class represents the set of static methods and properties used for localization.
public static class C1Localizer
Name | Description |
---|---|
DefaultAssembly | Gets or sets the string value determining the name of the assembly, containing resources. By default returns the name of the entry assembly. |
DefaultCulture | Gets the default CultureInfo. |
Name | Description |
---|---|
GetAssemblyName(Assembly) | Returns the first part of assembly name (i.e. the name without version etc.). |
GetString(string, string, string) | Returns the localized string for the specified culture. |
GetString(string, string, string, CultureInfo) | Returns the localized string for the specified culture. |
GetString(string, string, string, string) | Returns the localized string for the specified culture. |
GetString(string, string, string, string, CultureInfo) | Returns the localized string for the specified culture. |