RadControls for Silverlight

The built-in localization mechanism in Silverlight and WPF allows you to localize any string resource used by the standard RadUpload control. Once translated you might use your resources in both Silverlight and WPF projects without changing anything.

Tip
To learn more about the ways in which to localize the RadControls please read the common topic about Localization.

Resource Keys

RadUpload is a complex user interface control and its strings for localization are numerous. In order to be able to distinguish these resources, a unique identifier called resource key is assigned to each localizable string.

Here is a list of all of the Resources available and their default values:

 
KeyValue
UploadItemDismissedItem dismissed.
UploadCaptionSelectedSelected Files:
UploadBufferSizeSoBigBufferSize too big. Please set it to a smaller value.
UploadCancelCancel
UploadBrowseBrowse
UploadRestrictionSome of selected files are restricted by:
UploadUploadServiceUrlInvalidPropertyValueInvalid upload url. Please make sure the url is absolute!
UploadResumeResume
UploadUploadUpload
UploadUploadServiceUrlSetPropertyProperty UploadServiceUrl not set
UploadUnknownErrorUnknown error!
UploadTotalTotal
UploadPausePause
UploadCaptionUploadedUpload Done
UploadBrowseAppendAdd more files
UploadCaptionUploadingUploading...
UploadCaptionSelectSelect files to upload
UploadHandlerNotFoundOrFailedHandler not found or execution of the handler failed!
UploadRestrictionCountMax number of uploaded files;
UploadRestrictionSizeMax file size;
UploadRestrictionTotalSizeTotal size of all uploaded files;

See Also