SfLocalizations class abstract

Defines the localized resource values used by the Syncfusion Widgets.

See also:

  • SfGlobalLocalizations, which provides localizations for many languages.

Constructors

SfLocalizations()

Properties

allDayLabel String
Label that is displayed in the calendar schedule view of the all day appointment
no setter
allowedViewDayLabel String
Label that is displayed in the calendar header view when allowed views have calendar day view.
no setter
allowedViewMonthLabel String
Label that is displayed in the calendar header view when allowed views have calendar month view.
no setter
allowedViewScheduleLabel String
Label that is displayed in the calendar header view when allowed views have calendar schedule view.
no setter
allowedViewTimelineDayLabel String
Label that is displayed in the calendar header view when allowed views have calendar timeline day view.
no setter
allowedViewTimelineMonthLabel String
Label that is displayed in the calendar header view when allowed views have calendar timeline month view.
no setter
allowedViewTimelineWeekLabel String
Label that is displayed in the calendar header view when allowed views have calendar timeline week view.
no setter
allowedViewTimelineWorkWeekLabel String
Label that is displayed in the calendar header view when allowed views have calendar timeline work view.
no setter
allowedViewWeekLabel String
Label that is displayed in the calendar header view when allowed views have calendar week view.
no setter
allowedViewWorkWeekLabel String
Label that is displayed in the calendar header view when allowed views have calendar work week view.
no setter
daySpanCountLabel String
A label that is shown on a spanned appointment. This label will be displayed on appointment views for all-day, month agenda view and schedule view.
no setter
dhualhiLabel String
The header string for the twelfth month of hirji calendar
no setter
dhualqiLabel String
The header string for the eleventh month of hirji calendar
no setter
hashCode int
The hash code for this object.
no setterinherited
jumada1Label String
The header string for the fifth month of hirji calendar
no setter
jumada2Label String
The header string for the sixth month of hirji calendar
no setter
muharramLabel String
The header string for the first month of hirji calendar
no setter
noEventsCalendarLabel String
Label that is displayed when there are no events for a selected date in a calendar widget. This label is displayed when there are no events on today date and display date in schedule view and displayed under agenda section in month view.
no setter
noSelectedDateCalendarLabel String
Label that is displayed when no date is selected in a calendar widget. This label is displayed under agenda section in month view.
no setter
ofDataPagerLabel String
Label that is displayed in the information panel of DataPager to represent the currently selected page in number of pages.
no setter
pagesDataPagerLabel String
Label that is displayed in the information panel of DataPager to represent the currently selected page in number of pages.
no setter
passwordDialogContentLabel String
Label that is displayed in the password dialog in PdfViewer
no setter
passwordDialogHeaderTextLabel String
Label that is displayed in the header of password dialog in PdfViewer
no setter
passwordDialogHintTextLabel String
Label that is displayed in the text field of password dialog in the PdfViewer.
no setter
passwordDialogInvalidPasswordLabel String
Label that is displayed in the password dialog of PdfViewer when an invalid password is entered in the text field.
no setter
pdfBookmarksLabel String
Label that is displayed in the bookmark view header of PdfViewer.
no setter
pdfEnterPageNumberLabel String
Label that is displayed in the text field of pagination dialog in the PdfViewer.
no setter
pdfGoToPageLabel String
Label that is displayed in the pagination dialog header of PdfViewer
no setter
pdfInvalidPageNumberLabel String
Label that is displayed in the pagination dialog of PdfViewer when an invalid number is entered in the text field.
no setter
pdfNoBookmarksLabel String
Label that is displayed in the bookmark view of PdfViewer when there is no bookmark found in loaded PDF document.
no setter
pdfPaginationDialogCancelLabel String
Label that is displayed in the pagination dialog of PdfViewer to represent the CANCEL confirmation button.
no setter
pdfPaginationDialogOkLabel String
Label that is displayed in the pagination dialog of PdfViewer to represent the OK confirmation button.
no setter
pdfPasswordDialogCancelLabel String
Label that is displayed in the password dialog of PdfViewer to represent the CANCEL confirmation button.
no setter
pdfPasswordDialogOpenLabel String
Label that is displayed in the password dialog of PdfViewer to represent the OPEN confirmation button.
no setter
pdfScrollStatusOfLabel String
Label that represents the of word in the scroll status of PdfViewer.
no setter
rabi1Label String
The header string for the third month of hirji calendar
no setter
rabi2Label String
The header string for the fourth month of hirji calendar
no setter
rajabLabel String
The header string for the seventh month of hirji calendar
no setter
ramadanLabel String
The header string for the ninth month of hirji calendar
no setter
rowsPerPageDataPagerLabel String
Label that is displayed the rowsPerPages of datapager.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safarLabel String
The header string for the second month of hirji calendar
no setter
shaabanLabel String
The header string for the eight month of hirji calendar
no setter
shawwalLabel String
The header string for the tenth month of hirji calendar
no setter
shortDhualhiLabel String
The header string for the twelfth month of hirji calendar
no setter
shortDhualqiLabel String
The header string for the eleventh month of hirji calendar
no setter
shortJumada1Label String
The header string for the fifth month of hirji calendar
no setter
shortJumada2Label String
The header string for the sixth month of hirji calendar
no setter
shortMuharramLabel String
The header string for the first month of hirji calendar
no setter
shortRabi1Label String
The header string for the third month of hirji calendar
no setter
shortRabi2Label String
The header string for the fourth month of hirji calendar
no setter
shortRajabLabel String
The header string for the seventh month of hirji calendar
no setter
shortRamadanLabel String
The header string for the ninth month of hirji calendar
no setter
shortSafarLabel String
The header string for the second month of hirji calendar
no setter
shortShaabanLabel String
The header string for the eight month of hirji calendar
no setter
shortShawwalLabel String
The header string for the tenth month of hirji calendar
no setter
todayLabel String
Label that is displayed in the calendar header view when calendar shows date picker on header interaction.
no setter
weeknumberLabel String
Label that is displayed prefix to week number.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

of(BuildContext context) SfLocalizations
The SfLocalizations from the closest Localizations instance that encloses the given context.

Constants

delegate → const LocalizationsDelegate<SfLocalizations>
A LocalizationsDelegate that uses _DefaultLocalizations.load to create an instance of this class.