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