CompositionEvent: locale property

Deprecated

Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.

Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.

The locale read-only property of the CompositionEvent interface returns the locale of current input method (for example, the keyboard layout locale if the composition is associated with an Input method editor).

Warning: Even for browsers supporting it, don't trust the value contained in this property. Even if technically it is accessible, the way to set it up when creating a CompositionEvent is not guaranteed to be coherent.

Value

A string representing the locale of current input method.

Specifications

This property was in early versions of different specifications. It is now only kept for compatibility purposes, and the way to set its value when creating a CompositionEvent is not well defined.

Browser compatibility

See also