Hello,
i trying to translate the "Page x of x" Text in the Pager Control can someone give me a hint how to do it?
I have a Localizer Class but there is no name for the Text.
public string GetLocalizedString(System.Globalization.CultureInfo culture, string name,object obj)
{
switch (name)
{
Thanks