New to Telerik UI for BlazorStart a free 30-day trial

Blazor Globalization Overview

Updated over 6 months ago

Internationalization (I18N) is the process of making an app support different languages and regions. In the Telerik UI for Blazor suite, this will consist of the following features:

  • Localization (L10N)—the ability to show texts and UI elements in the components in different languages (such as button texts and ARIA attributes).

  • Globalization (G11N)—the ability to react to the chosen culture where format strings are involved (such as number and date formats).

  • Right-to-Left Support—the ability to render the components in a right-to-left direction instead of the default left-to-right direction.

Internationalization Support

Each Telerik UI for Blazor component supports a different set of internationalization features. The table below provides a quick reference.

ComponentGlobalizationLocalizationRight-to-Left
AvatarN/AN/ASupported
ArcGaugeSupportedN/ASupported
AutoCompleteN/ASupportedSupported
BarcodesN/AN/AN/A
BreadcrumbN/AN/ASupported
ButtonN/AN/ASupported
ButtonGroupN/AN/ASupported
CalendarSupportedSupportedSupported
CardN/AN/ASupported
CarouselN/ASupportedSupported
ChartsSupportedN/ASupported
CheckboxN/AN/ASupported
ChipN/AN/ASupported
ChipListN/AN/ASupported
ChunkProgressBarN/AN/ASupported
CircularGaugeSupportedN/ASupported
ColorGradientN/ASupportedSupported
ColorPaletteN/ASupportedSupported
ColorPickerN/ASupportedSupported
ComboBoxN/ASupportedSupported
ContextMenuN/AN/ASupported
DateInputSupportedSupportedSupported
DatePickerSupportedSupportedSupported
DateRangePickerSupportedSupportedSupported
DateTimePickerSupportedSupportedSupported
DialogN/ASupportedSupported
DrawerN/AN/ASupported
DropDownListN/ASupportedSupported
DropZoneN/ASupportedSupported
EditorN/ASupportedSupported
FileManagerN/ASupportedSupported
FileSelectN/ASupportedSupported
FilterSupportedSupportedSupported
FlatColorPickerN/ASupportedSupported
FloatingLabelN/AN/ASupported
FontIconN/AN/AN/A
FormSupportedSupportedSupported
GanttSupportedSupportedNot Supported
(upcoming support)
GridSupportedSupportedSupported
GridLayoutN/AN/ASupported
LinearGaugeSupportedN/ASupported
ListViewN/AN/ASupported
LoaderN/AN/AN/A
LoaderContainerN/AN/ASupported
MapN/AN/ASupported
MaskedTextBoxN/AN/ASupported
MediaQueryN/AN/AN/A
MenuN/AN/ASupported
MultiColumnComboBoxN/ASupportedSupported
MultiSelectN/ASupportedSupported
NotificationN/AN/ASupported
NumericTextBoxSupportedSupportedSupported
PagerN/ASupportedSupported
PanelBarN/AN/ASupported
PdfViewerN/ASupportedSupported
PivotGridNot SupportedSupportedNot Supported
(upcoming support)
ProgressBarN/AN/ASupported
QRCodeN/AN/AN/A
RadialGaugeSupportedN/ASupported
RadioGroupN/AN/ASupported
RangeSliderSupportedN/ASupported
SchedulerSupportedSupportedNot Supported
(upcoming support)
SignatureN/ASupportedSupported
SkeletonN/AN/ASupported
SliderSupportedSupportedSupported
SplitButtonN/ASupportedSupported
SplitterN/AN/ASupported
SpreadsheetSupportedSupportedSupported
StackLayoutN/AN/ASupported
StepperN/ASupportedSupported
SvgIconN/AN/AN/A
SwitchN/ASupportedSupported
TabStripN/ASupportedSupported
TextAreaN/AN/ASupported
TextBoxN/AN/ASupported
TileLayoutN/AN/ASupported
TimePickerSupportedSupportedSupported
ToggleButtonN/AN/ASupported
ToolBarN/AN/ASupported
TooltipN/AN/AN/A
TreeListSupportedSupportedSupported
TreeViewN/AN/ASupported
UploadN/ASupportedSupported
ValidationSummaryN/ASupportedSupported
ValidationMessageN/ASupportedSupported
ValidationTooltipN/ASupportedSupported
WindowN/AN/ASupported
WizardN/ASupportedSupported

See Also