views:

750

answers:

3

I need change language toolbars reportviewer.Buttons:Print,Find,Export ...is possible? I'm using Visual Studio 2008.

A: 

Try Culture !

Check this link - http://www.codeproject.com/KB/dotnet/Localization.aspx . It's easy !

Broken Link
Sorry,i am new developer.Where i changes this culture?Form load?..thank´s
A: 

You must first install the language pack for the desired language. Language packs are available here. The ReportViewer should then appear in the language corresponding to the CurrentCulture set in your application. By default, the current culture should correspond to the one chosen in your Windows regional settings.

In other words, if your OS language is set to french, for example, and you have the french language pack installed, then the ReportViewer should be in french, unless you changed the CurrentCulture in your application.

Meta-Knight
Well, i run this pack language and what i do now?Sorry i am new developer..thank´s
Did you check in your application if the language has changed?
Meta-Knight
Yes,and not works..???
See my edit.....
Meta-Knight
A: 

I've done this by creating a custom toolbar. I beleive that the culture update needs to be applied to all client PCs, however, I may be wrong about this.

Jon