HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback


See the TinyMCE documentation for information about configuring style formats: [https://www.tiny.cloud/docs-4x/configure/content-formatting/#style\_formats](🔗)



## Localizing formats

Add the translations to your XML translations file as children of the element `<tinymce><editorstyles>`. The title of the format will be used as the key in the XML.

Note

The title must be lowercase and it must be a valid XML key. For example, you cannot use spaces.

So the style formats from the previous example would need to be rewritten in lowercase and with no spaces. In this case the spaces have been replaced with dashes.