Click or drag to resize

AbstractViewContentSetLocalizedTitle Method

Sets a localized title that will update automatically when the language changes.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void SetLocalizedTitle(
	string text
)

Parameters

text  String
The input to the string parser which will localize title.
See Also