Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今日、Telerik の Scheduler asp.net コントロールのスペルが間違っていました。大文字の T ではなく小文字の t を使用していますが、これを修正するにはどうすればよいですか?
デモについてはこちらをご覧ください
使用する<rad:RadScheduler Localization-HeaderToday="Today" />
<rad:RadScheduler Localization-HeaderToday="Today" />
Julien Lebosquainの回答の方が好きですが、多様性のためにここにCSSソリューションがあります.
.rsToday { text-transform: capitalize; }