Nova Ckeditor
  • 🏁Getting Started
    • Introduction
    • Installation
    • Support Us
    • License
    • Demo
  • 🚀Basic Usage
    • Usage
    • Notes
  • ⚙️Advanced Usage
    • Customize ImageStorage
    • Integrating NovaFileArtisan (Larupload) with Image Resource
    • Customize AudioStorage
    • Customize FileStorage
    • Multiple Toolbars
    • Customize Toolbar Items
    • Media Embed
    • CkEditor Field Options
      • Toolbar
      • Height
      • Limit On Index
      • Content Language
      • Force Paste as Plain Text
      • Alert Before Unsaved Changes
      • Text Part Language
      • General HTML Support
      • Group Items In Overflow Mode
      • Image Browser
      • Audio Browser
      • Video Browser
      • File Browser
      • Snippets
    • Configuration
      • Video Model
      • Image Model
      • Memory
      • Max Image Quality
      • Image Max Width
      • Image Max Height
      • Image Naming Method
      • Image Processing Library
      • Audio Naming Method
      • File Naming Method
      • Toolbars
        • Default Toolbar
        • Toolbar 1
          • Height
          • Items
          • Options
          • Content Lang
          • Force Paste as Plain Text
          • Alert Before Unsaved Changes
          • UI Language
            • UI Language Name
            • UI Language Script
          • Text Part Language
          • General HTML Support
          • Group Items In Overflow Mode
          • Image Browser
          • Audio Browser
          • Video Browser
          • File Browser
          • Insert Image Types
          • Insert Image Size
          • Snippets
  • ⚪Other
    • Migration
    • Credit and Thanks
Powered by GitBook
On this page
Edit on GitHub
  1. Advanced Usage
  2. Configuration
  3. Toolbars
  4. Toolbar 1
  5. UI Language

UI Language Name

toolbars.toolbar-1.ui-language.name

Property Name
Type
Default

toolbars.toolbar-1.ui-language.name

string format: ISO 639-1

en

The toolbars.toolbar-1.ui-language.name configuration option allows you to specify the language of the CKEditor's user interface (UI) within Toolbar 1 in the Nova Ckeditor package. This option determines the language used for labels, tooltips, and other UI elements specific to Toolbar 1.

By default, the toolbars.toolbar-1.ui-language.name configuration option is set to "en", indicating English as the default language for the CKEditor UI within Toolbar 1. However, you can adjust this value to match the desired language code based on the ISO 639-1 format. For example, "en" for English, "fa" for Farsi, "es" for Spanish, and so on.

To configure the language of the CKEditor's UI within Toolbar 1, update the value of toolbars.toolbar-1.ui-language.name in the config/nova-ckeditor.php file with the desired language code.

PreviousUI LanguageNextUI Language Script

Last updated 1 year ago

⚙️