You are here: Reference > JavaScript > client-side > selection and ranges > methods > selectionLanguageChange (selectionRange)

selectionLanguageChange method (selectionRange)

Browser support:
Modifies the cursor Bidi level.

Syntax:

object.selectionLanguageChange (directionBool);
You can find the related objects in the Supported by objects section below.

Parameters:

directionBool
Required. Boolean value that indicates the moving direction of the cursor.
One of the following values:
false
Left-to-right.
true
Right-to-left.

Return value:

This method has no return value.

Supported by objects:

User Contributed Comments

Post Content

Post Content