hi there is one utility winres.exe that comes with framework used to create culture specific resources for windows form outside the visual studio .i want to know that can i use this same for infragistics control if yes then how
actually i am trying to use for infragistics controls but there are certain problem like for ultragrid no columns get loaded for toolbar manager not a single tool is loaded.
See the Assembly Resource Strings topic in the Assemblies section of the toolset section of the Developer's Guide of the Windows Forms help for information on the WinForms resources and the best methods for localization.
Im going to try to use the winres.exe
making an resource manually based on http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/WinGrid_Resource_Strings.html is not really doable.
It takes ages :)
Aren't there any resource strings presets available to download?
Or is it only english as default?
Hi, I’ve purchased and installed Infragistics 2009.2. The setup has created the following folder: C:\Program Files\Infragistics\NetAdvantage 2009.2\Windows Forms\
Under that there are two sub folder also, named ‘Bin’ and ‘Bin – Signed’.
I infer that the dll inside \bin are not signed. Is it right?
If so, can I use them for localization purposes, using WinRes?
Thanks in advance.
All subscribers have acces to the source in the downloads section of the website. The .resx files would be in the source.
Copy / Pasting all the information wil take ages..
Maybe parsing the html will be doable hehe..
But won't it be easier for u guys to set .resx available for download (or email them to me?) :)
Currently there are no satellite resource assemblies available for download.
Also, you cannot use WinRes to localize our assemblies - this limitation is a result of the fact that the assemblies are strong name signed (as are many assemblies including those ms distributes) and therefore the clr will only load satellite assemblies that are strong name signed with the same public/private key pair. Even if it did work, it wouldn't really help with localizing our assembly per se because many strings and other resources are stored in resx files and not part of a form/usercontrol. You can try to use WinRes to localize your dialogs/forms/usercontrols that use our controls but there are limitations to winres that may prevent you from being able to access all the localizable information - namely it does not recognize any object that is not a component so it won't see our subobjects (e.g. ultragrid column, tree view nodes, etc.).