I'm building a multilingual web site and need a block that can be displayed in different languages, but I can't figure out how to do it from localizer block module? I found there's a select box above the block content editing area, but when I choose a different language and save, the previous one is just overwritten, so what's the ideal way to save different content of block for different languages? Now I have to use php and t() to do it...
Thanks

Comments

jmlavarenne’s picture

I'm dealing with the same issue with 5.1.10. You have two choices :

support "any" language and set your block to "any" (but the block title will be the same across all languages).

Make the same bloc once for every language.

jmlavarenne’s picture

Status: Active » Closed (won't fix)