AbstractViewContentSetLocalizedTitle Method |
Sets a localized title that will update automatically when the language changes.
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void SetLocalizedTitle(
string text
)
Parameters
- text String
- The input to the string parser which will localize title.
See Also