> For the complete documentation index, see [llms.txt](https://docs.babelshark.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.babelshark.net/dev/integrations/tilda-publishing/elements-to-localize.md).

# Elements to localize

By default, BabelShark localizes all Tilda blocks available on the page.

This can be undesirable so there are two options to control blocks localization:

### Exclude specific blocks

Add `uc-bshark-ignore` CSS class to the block: Block settings -> CSS Class Name

### Localize specific blocks only

1. First, disable localization for whole page first: open page settings -> Head HTML code -> Add\
   `<meta name="babelshark" content="notranslate">`
2. Then add `uc-bshark-translate`CSS class for blocks to translate.
