Hi,
i'm not able to localize in run-time RadprogressArea.
This code doesn't work:
i'm not able to localize in run-time RadprogressArea.
This code doesn't work:
Dim newCulture As CultureInfo = CultureInfo.CreateSpecificCulture(UserLanguageCode)
Me.RadProgressArea.Culture = newCulture
If i set property:
Me.RadProgressArea.Localization.ElapsedTime = some text
Me.RadProgressArea.Localization.EstimatedTime = some text
Me.RadProgressArea.Localization.Total = some text
.. doesn't work...
If i write it into aspx page works !