Hi,
I also have this problem. RadUpload ignores Language="de-DE" - the setting which works for RadEditor.
I got it working by setting Culture="German (Germany)".
So this looks as it can solve the problem in the initial post.
BUT
This brings up a problem for me -- my localization is based on these strings like de-DE, fr-FR, en-US and so on.
And it works (as written above) with RadEditor (also with RadSpell).
The next problem - the skin is not working as expected (there is a problem).
In German the word for Select is "Auswählen" - if I set this it displays "not very well".
| Select |
| Auswählen|
The | are the borders of the button.
This is for "short text". If I want to design this a bit more user friendly I would write something like "Select Image" or "Select File".
In German "Datei auswählen" - this results in | Datei auswä|
The first problem (| Auswählen|) can be fixed with an override of
This enables the styles from ".RadUpload .ruButton" (widht 79px, BP 0px -24px).
But it does not help for longer text like "Datei auswählen" - removing width 79px also does not help - the sprite is to small for larger buttons.
So to bring it to a point:
a.) Language=.... ignored
b.) Skin / Style not usable with longer text
Regards
Manfred