开发者

How to add the French language package and use it in Tinymce package?

开发者 https://www.devze.com 2023-04-07 01:30 出处:网络
We are using Moxiecode.tinyMCE.dll in one of our project. This project is a ASP.net website using C#. We added one text area. All the controls are working as expected in English. Please let me know th

We are using Moxiecode.tinyMCE.dll in one of our project. This project is a ASP.net website using C#. We added one text area. All the controls are working as expected in English. Please let me know the steps to ad开发者_StackOverflowd another text area in the same page which must be able to take the French characters as input? How to change the language of the ribbon items to French using for this new text area?. I am having normal English keyboard. Can I make some programmatic changes so that I can type the French characters using my current keyboard?


You will need to change the tinymce init/configuration for that second editor. There is a parameter called language. Make sure you got the correct language pack. You can get it here: http://www.tinymce.com/i18n/index.php?ctrl=lang&act=download&pr_id=1

If it is propperly installed set in your tinymce configuration

language: 'fr',

Keyboard settings can be changed via your system settings. You can even edit the language files to your needs. Language files are stored under

tiny_mce/plugins/'plugin_name'/lang/'language_code'.js

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号