Click or drag to resize

RepositoryLocalizedName Property

Gets the name of the repository in the current UI culture.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public string LocalizedName { get; }

Property Value

Type: String
The name of the repository in the current UI culture.
Remarks
Currently, it still returns simply the name of the repository. But in future versions, it will return the translated name. Use it for messages, exception descriptions and other UI interactions.
See Also