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

How to fix the localized strings for am/pm are displayed imcompletly on chinese OS?

3 Answers 71 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Zhu
Top achievements
Rank 1
Zhu asked on 08 Mar 2013, 03:26 AM
In English OS the pm/am displayed so smaller,but in Chinese OS the localized strings displayed too bigger to see the whole strings.How to fix that issue on occured on the chinese localilzed system?

 

3 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 12 Mar 2013, 02:11 PM
Hello,

An easy and convenient way of controlling the font size of the am/pm would be to use some css style and apply the desired size:
//css

<style type="text/css">
    html .RadScheduler .rsAmPm {
        font-size: 5px;
    }
</style>


Kind regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Zhu
Top achievements
Rank 1
answered on 13 Mar 2013, 08:06 AM
How to ajust the position of am/pm? Default setting:  the top of hour and am are aligned, i want to change the settings to let the bottom of hour and am aligned?
0
Boyan Dimitrov
Telerik team
answered on 15 Mar 2013, 04:04 PM
Hello,

Could you please try the following style modification in order to align the am/pm text to the left bottom of the hour value:
//css
html .RadScheduler .rsAmPm {
           top: 0px;
       }


All the best,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Zhu
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Zhu
Top achievements
Rank 1
Share this question
or