[]
        
(Showing Draft Content)

C1.Schedule.Localization.C1Localizer

C1Localizer Class

The C1Localizer class represents the set of static methods and properties used for localization.

Inheritance
C1Localizer
Namespace: C1.Schedule.Localization
Assembly: C1.ScheduleCore.dll
Syntax
public static class C1Localizer

Properties

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.

Methods

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.