[]
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, CultureInfo, Assembly) | Returns the localized string for the specified culture. |
| GetString(string, string, string, Assembly) | Returns the localized string for the specified culture. |
| GetString(string, string, string, string, CultureInfo, Assembly) | Returns the localized string for the specified culture. |
| GetString(string, string, string, string, Assembly) | Returns the localized string for the specified culture. |