Class
CultureChangeHelper

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: IDisposable

Constructors

CultureChangeHelper(CultureInfo)

Declaration

cs-api-definition
public CultureChangeHelper(CultureInfo temporaryCulture)

Parameters

temporaryCulture

CultureInfo

Methods

Dispose()

Releases all resources used by the CultureChangeHelper class.

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

Remarks

This method should be called when the CultureChangeHelper is no longer needed to free up resources.