This is a migrated thread and some comments may be shown as answers.

Localization problem with Pause/Resume

1 Answer 50 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Michal
Top achievements
Rank 1
Michal asked on 30 Apr 2011, 10:07 PM
Hello,

I have implemented the localization successfully, but there is a problem with localizaton of Pause and Resume buttons. Their captions still remains the same - "Pause", "Resume". Can you help me? I'm using build 2011.1.419.1040 Trial.

public class CustomLocalizationManager : LocalizationManager
    {
        public override string GetStringOverride(string key)
        {
            switch (key)
            {
                case "UploadResume":
                    return "bla bla";
                case "UploadPause":
                    return "bla bla";
            }
            return base.GetStringOverride(key);
        }
...

Thank you

Michal

1 Answer, 1 is accepted

Sort by
0
Alex Fidanov
Telerik team
answered on 05 May 2011, 09:47 AM
Hello Michal,

Thank you for reporting this. This issue will be resolved with the next internal build.

Best wishes,
Alex Fidanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Upload
Asked by
Michal
Top achievements
Rank 1
Answers by
Alex Fidanov
Telerik team
Share this question
or