Search code examples
localizationtelerikradgridculture

RadGrid localization


I know that RadGrid and other RadControls have Culture property which is demonstrated everywhere on telerik web site. But is there a way to force all telerik controls to use

System.Threading.Thread.CurrentThread.CurrentUICulture

when choosing culture for control? I really don't want to tell separately each and every control what culture should be used.


Solution

  • My colleague looked everywhere in telerik docs, but it seems to be true. There is no general way to set culture for all telerik controls at one place. Using Culture property for each control is the only way I know of.