Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Localization of RichTextItem

    Hello, please, how to localize comboboxes (for example string "Set Font") or tooltips in the component RichTextItem / RichTextEditor? Thanks.

    #2
    Is exist another way, than rewrite strings in ISC_RichTextEditor.js?

    Comment


      #3
      These don't yet appear to be customizable.

      Comment


        #4
        Thats bad for all, who are using another language, than English :-(. Should I directly change this string in the ISC_RichTextEditor.js file?

        Comment


          #5
          You can try

          Code:
          isc.RichTextEditor.changeDefaults("copySelection", {prompt:"blah blah"})

          Comment


            #6
            No, this do not work...

            Comment


              #7
              Can I legally modify the file, and translate strings, or is it in conflict with the LGPL license?

              Comment


                #8
                Please Isomorphic, reply... Thanks.

                Comment


                  #9
                  Any news about custom localization RichTextItem?

                  Comment

                  Working...
                  X