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
646
ResourceCustomizer
posted

Hi,

I try to translate the Wingrid to german. I use the ResourceCustomizer and the following code:

public static void SetCustomStrings(ResourceCustomizer rc)
{

rc.SetCustomizedString("AccessibleActionPush ","Drücken"); rc.SetCustomizedString("AccessibleName_AddNewBoxArea ", "HinzufügenNew Area");            rc.SetCustomizedString("AccessibleName_AddRow ", "Zeile hinzufügen");

...

rc.SetCustomizedString("SummaryTypeMinimum ", "Minimum");
rc.SetCustomizedString("SummaryTypeSum ", "Summe");
rc.SetCustomizedString("SummaryValueInvalidDisplayFormat ", "Ungültiges Anzeigeformat: {0}. Mehr Info: {1}");

}

The method is called early in the init, but none of the strings in the UltraGrids get replaced. There are still the english strings on the grid. What am I doing wrong? I use 2010.1 and Hotfix 2027.