I localize my infragistics components using this code:
clsResourceCustomizer = Infragistics.Win.UltraWinGrid.Resources:Customizer.
clsResourceCustomizer:SetCustomizedString("DataErrorCellUpdateEmptyValueNotAllowed" , "De kolom {0} is een verplicht veld.").
clsResourceCustomizer:SetCustomizedString("DataErrorCellUpdateInvalidDataValue" , "Ongeldige waarde.").
clsResourceCustomizer:SetCustomizedString("DataErrorCellUpdateUnableToUpdateValue" , "Fout in gegevens: {0}").
clsResourceCustomizer:SetCustomizedString("DataErrorMessageTitle" , "Fout").
clsResourceCustomizer:SetCustomizedString("DataErrorRowUpdateUnableToUpdateRow" , "Het bijwerken van de rij is mislukt: {0}").
Is there a way tot loop through all the strings that can be customized ?
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components
Hello ,
No you couldn’t iterate trough all strings that could be customized, but you could save as Excel file Assemblies Recourse String from our online documentation:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Win_Assembly_Resource_Strings.html
And using our excel engine to read them
http://es.infragistics.com/products/windows-forms/sample/infragistics-excel/save-load-excel-files
I hope that this will helps you.