Widget Demos
UI Components
Marketing
Content Display
Navigation
Notifications
Visual Effects
Interactive
Layout
UI Components
Language Widget
A language switcher widget for multi-language sites. Supports dropdown menu, flags-only display, text-only display, and full mode with both flags and names.
Dropdown with Flags
Standard dropdown showing flag emoji and language name.
Code
<?php echo LanguageWidget::widget([
'type' => 'dropdown',
'layout' => 'flag+name',
]); ?>Live Demo
Flags Only
Text with Codes
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
type | string | dropdown | Display type: dropdown, flags, text, full |
location | string | header | Context: header, footer, floating |
layout | string | flag | Layout: flag, name, code, flag+name, flag+code, name+code, flag+name+code |
size | string | medium | Size: small, medium, large |