ClassCultureChangeHelper
Class
Provides functionality to handle culture changes in the RichTextBox component.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.MsRichTextBoxXaml
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class CultureChangeHelper : IDisposable
Inheritance: objectCultureChangeHelper
Implements:
Constructors
CultureChangeHelper(CultureInfo)
Declaration
cs-api-definition
public CultureChangeHelper(CultureInfo temporaryCulture)
Parameters
temporaryCulture
Methods
Dispose()
Releases all resources used by the CultureChangeHelper class.
Declaration
cs-api-definition
public void Dispose()
Implements
Remarks
This method should be called when the CultureChangeHelper is no longer needed to free up resources.