This is a migrated thread and some comments may be shown as answers.

[Solved] RadUpload languages, where are they?

5 Answers 207 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Andreas Kaech
Top achievements
Rank 1
Andreas Kaech asked on 31 Jan 2008, 10:36 AM
Hi,
I'm testing RadUpload Prometheus and don't find a possibility to localize the buttons. Is this not implemented yet?

Thanks for answering,
Andreas

5 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 31 Jan 2008, 12:55 PM
Hello Andreas Kaech,

The localization functionality in RadUpload "Prometheus" is not fully implemented yet, but you can localize the buttons with any values if you put this JavaScript code after the RadUpload's tag:

        <telerik:RadUpload ID="RadUpload1" runat="server" /> 
        <script> 
        Telerik.Web.UI.RadUploadUtils.Localization =  
        { 
        "Remove" : "REMOVE"
        "Add" : "ADD"
        "Clear" : "CLEAR"
        "Select" : "SELECT"
        "Delete" : "DELETE"  
        }; 
        </script> 

Please note that the new values will be the uppercase ones in this case. Feel free to use it for your further developments.

Best wishes,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
R Brown
Top achievements
Rank 1
answered on 31 Jan 2008, 05:45 PM
As a request, providing the means to change the wording on the command buttons on the Telerik RadUpload server control is essential for most developers. For instance, the application I am building for an on-line software package must provide the means to support multiple languages, with the wording stored in the database, that controls the language on the user interface. Thus, if you can provide the means to override the default wording would be a large benefit for selling your product as well as to help the developers who use your product.
0
George
Telerik team
answered on 04 Feb 2008, 08:26 AM
Hello R Brown,

As we mentioned in the previous post, this functionality is not fully implemented yet. We are in process of investigating which server mechanism for localization is best for use and once it is ready it will be included in RadUpload.

We accept your point and we are developing our controls to be fully localizable from the server side. Currently most of them are localized in this way.

All the best,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
VH
Top achievements
Rank 1
answered on 08 Apr 2008, 11:18 AM
Some weeks later, just a few days before launch the stable. Is there a server-side solution available now?
Best regards,
Hagen
0
Sophy
Telerik team
answered on 11 Apr 2008, 07:12 AM
Hi Hagen,

For the moment there is no update on this issue. The localization functionality in RadUpload "Prometheus" is still not fully implemented and server-side solution is not available. The only way to localize the control is via JavaScript as explained in the previous replies.  

Best regards,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Upload (Obsolete)
Asked by
Andreas Kaech
Top achievements
Rank 1
Answers by
George
Telerik team
R Brown
Top achievements
Rank 1
VH
Top achievements
Rank 1
Sophy
Telerik team
Share this question
or