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
Syntaxpublic string LocalizedName { get; }
Public ReadOnly Property LocalizedName As String
Get
public:
property String^ LocalizedName {
String^ get ();
}
member LocalizedName : string with 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