
Rafał Dąbrowa
Top achievements
Rank 1
Rafał Dąbrowa
asked on 18 Mar 2008, 11:35 PM
Hi,
How i can localize winform controls to polsih language?
How i can localize winform controls to polsih language?
5 Answers, 1 is accepted
0

Rob
Top achievements
Rank 1
answered on 19 Mar 2008, 09:11 AM
Hi Rafat.
There is standard multilanguage support in WinForms (as well in WebForms).
Here you may find links to articles on the subject:
http://msdn2.microsoft.com/en-us/library/z68135h5(VS.71).aspx
In general, for WinForms application you have to set Localizable property of the form to true and the Language property to the language you wish ("Polish" should be in the drop-down for that property).
Note that new controls can be added only for forms with Language set to "(Default)". So, first you have to add the controls in the form and after that to set the language.
There is standard multilanguage support in WinForms (as well in WebForms).
Here you may find links to articles on the subject:
http://msdn2.microsoft.com/en-us/library/z68135h5(VS.71).aspx
In general, for WinForms application you have to set Localizable property of the form to true and the Language property to the language you wish ("Polish" should be in the drop-down for that property).
Note that new controls can be added only for forms with Language set to "(Default)". So, first you have to add the controls in the form and after that to set the language.
0

Rafał Dąbrowa
Top achievements
Rank 1
answered on 19 Mar 2008, 09:58 AM
I want to change language of bould in menus ( control Grid ) - we have a lot of menus and other popups build in this control. They are in english - i want to change them to poland - how i can do that?
0
Hello Rafał Dąbrowa,
We are currently working on mechanism for localizing the context menus of RadGridView.
We hope this functionality will be available in Q1 2008.
All the best,
Angel
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
We are currently working on mechanism for localizing the context menus of RadGridView.
We hope this functionality will be available in Q1 2008.
All the best,
Angel
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Mr. Rony
Top achievements
Rank 2
answered on 24 Jun 2008, 05:18 PM
Dear Support Telerik Team:
I hope that you can i help me; now i'm making a new web site; but this web site need to work two language English and Spanish i'm usign the last version of RadControls version 2008 1.515.35 how i can to do that.
I'm usign Visual Studio 2008 and internally VS2008 can use ResourceFile to implement Multilanguage, It is possible to use ResourceFile with RadControls
Please i wait for your advice.
Regards
VanyRon
I hope that you can i help me; now i'm making a new web site; but this web site need to work two language English and Spanish i'm usign the last version of RadControls version 2008 1.515.35 how i can to do that.
I'm usign Visual Studio 2008 and internally VS2008 can use ResourceFile to implement Multilanguage, It is possible to use ResourceFile with RadControls
Please i wait for your advice.
Regards
VanyRon
0
Hello Rony,
Which controls are you using?
We have both online demos and help topics on localization. If you are using RadEditor here is the info that will help you
Demo http://www.telerik.com/demos/aspnet/prometheus/Editor/Examples/Localization/DefaultCS.aspx
Help topic http://www.telerik.com/help/aspnet-ajax/usingglobalresourcefiles.html
There is similar info for all other controls as well.
Best wishes,
Ivo
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Which controls are you using?
We have both online demos and help topics on localization. If you are using RadEditor here is the info that will help you
Demo http://www.telerik.com/demos/aspnet/prometheus/Editor/Examples/Localization/DefaultCS.aspx
Help topic http://www.telerik.com/help/aspnet-ajax/usingglobalresourcefiles.html
There is similar info for all other controls as well.
Best wishes,
Ivo
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center