Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
Localization
posted

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 ?