Michał Nikołajuk
Top achievements
Rank 2
Michał Nikołajuk
asked on 09 Feb 2009, 06:11 PM
Hi,
I'm trying to change language to Polish in RadGrid but any solution doesn't work.
I was trying like this (Page.aspx)
<telerik:RadUpload Runat="server" ID="ruFileCV"
ControlObjectsVisibility="None" Language="pl-PL"
FocusOnLoad="True" Skin="Default2006"
AllowedFileExtensions=".doc,.docx,.pdf"
onvalidatingfile="ruFileCV_ValidatingFile">
</telerik:RadUpload>
and like this (in code C#)
CultureInfo newCulture = CultureInfo.CurrentCulture;
ruFileCV.Language = newCulture.ToString();
but any way doesn't work.
I found exapmle in telerik page: http://demos.telerik.com/aspnet-ajax/upload/examples/localization/defaultcs.aspx but my RadUpload Controls doesn't have property "Culture"
Cau You help mi ??
I'm trying to change language to Polish in RadGrid but any solution doesn't work.
I was trying like this (Page.aspx)
<telerik:RadUpload Runat="server" ID="ruFileCV"
ControlObjectsVisibility="None" Language="pl-PL"
FocusOnLoad="True" Skin="Default2006"
AllowedFileExtensions=".doc,.docx,.pdf"
onvalidatingfile="ruFileCV_ValidatingFile">
</telerik:RadUpload>
and like this (in code C#)
CultureInfo newCulture = CultureInfo.CurrentCulture;
ruFileCV.Language = newCulture.ToString();
but any way doesn't work.
I found exapmle in telerik page: http://demos.telerik.com/aspnet-ajax/upload/examples/localization/defaultcs.aspx but my RadUpload Controls doesn't have property "Culture"
Cau You help mi ??
7 Answers, 1 is accepted
0
Hello Michał Nikołajuk,
The new Localization feature is added in Q2 2008 (version 2008.2.723).
Which version do you use?
Greetings,
Veselin Vasilev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The new Localization feature is added in Q2 2008 (version 2008.2.723).
Which version do you use?
Greetings,
Veselin Vasilev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Michał Nikołajuk
Top achievements
Rank 2
answered on 11 Feb 2009, 08:53 AM
Hi,
I use Version: 2007.3 1425
How change languages in this version ??
I use Version: 2007.3 1425
How change languages in this version ??
0
Hi Michał Nikołajuk,
You need to set the Culture property of RadUpload.
Please check this article: Localizing RadUpload
Best wishes,
Veselin Vasilev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You need to set the Culture property of RadUpload.
Please check this article: Localizing RadUpload
Best wishes,
Veselin Vasilev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Michał Nikołajuk
Top achievements
Rank 2
answered on 12 Feb 2009, 07:00 PM
My problem is dificulted because I shoud change name button "Select"
0
Hello Michał Nikołajuk,
Can you please explain in more detail what exactly is the problem?
Thanks
Sincerely yours,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Can you please explain in more detail what exactly is the problem?
Thanks
Sincerely yours,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Michał Nikołajuk
Top achievements
Rank 2
answered on 16 Feb 2009, 10:03 AM
In RadUpload I have one button - "Select". I change name "Select" on "Załącz" (en-EN -> pl-PL).
I don't know what I do it.
I don't know what I do it.
0
Hi Michał Nikołajuk,
Did you try setting the Localization-Select="Załącz" property of the RadUpload?
Sincerely yours,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Did you try setting the Localization-Select="Załącz" property of the RadUpload?
Sincerely yours,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.