Namespace CKEDITOR.lang
Constains the dictionary of language entries.
Defined in: lang/en.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Constains the dictionary of language entries.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
CKEDITOR.lang.dir
The language reading direction.
|
Field Detail
<static>
{String}
CKEDITOR.lang.dir
Since:
3.0
The language reading direction. Possible values are "rtl" for "Right to
Left" languages (like Arabic) and "ltr" for "Left to Right" languages (like
English).
- Default Value:
- 'ltr'