Page 1 of 1

Localization

PostPosted: 10 May 2016 09:00
by scoluccia
How can add new language like italian
on the official site of the component I can download all the localization
http://archive.tinymce.com/i18n/index.php

I've tried TinyMCEOptions.Localization.Language := 'it_IT';
but it doesn't work
Can you help me?
Thanks

Re: Localization

PostPosted: 10 May 2016 11:20
by Alexander Bulei
Hi scoluccia,

Steps:

  1. Download the localization
  2. Unzip
  3. Copy the javascript file to 'jq/tinymce/langs' directory
  4. Sync the wwwroot with working project
  5. Set the code in TinyMCEOptions.Localization.Language property

Update @ 30/06/2016: Download URL

Best Regards.

Re: Localization

PostPosted: 15 Mar 2019 09:17
by Noshui
I have an other problem or rather a bug, so feel free to move this post =)
The Directionality of TinyMCE is vice versa
LTR is from Right to Left
and RTL is from Left to Right

In the Changelog i only found
IWCGJQMenu
- Fixed: position of first level of submenu when Form.LeftToRight is False

I use Version 4.1.0.151
Hope that helps =)

best regards
Noshui

Re: Localization

PostPosted: 15 Mar 2019 13:58
by Alexander Bulei
Hi Noshui,

The Directionality of TinyMCE is vice versa
LTR is from Right to Left
and RTL is from Left to Right


In the Changelog i only found
IWCGJQMenu
- Fixed: position of first level of submenu when Form.LeftToRight is False


What do you mean? It's a 2 different components...

Re: Localization

PostPosted: 15 Mar 2019 14:20
by Noshui
What do you mean? It's a 2 different components...


That's exactly what I meant ^^

it seems to be a bug in the TinyMCE component, and i didn't found any Changes for this component (only for the IWCGJQMenu)
=)

Re: Localization

PostPosted: 15 Mar 2019 15:23
by Alexander Bulei