LingoToggle

설명

LingoToggle allows you to display multiple language versions of the same text using a custom separator. No duplicate pages, custom post types, or language-specific content management is required. Simply write all language versions in the same content block.

Example:

The plugin automatically detects such text, shows only the selected language, and adds a fixed language switch button in the upper-right corner of the page.

In the WordPress editor:

Heading

Hello everyone! # Привіт усім! # Привет всем!

Paragraph

Welcome. # Ласкаво просимо. # Добро пожаловать.

In HTML:

<h1>
    Hello everyone! # Привіт усім! # Привет всем!
</h1>

<p>
    Welcome. # Ласкаво просимо. # Добро пожаловать.
</p>

Features:

  • Lightweight and fast.
  • No external translation services.
  • No API keys required.
  • Does not create additional pages.
  • Does not create custom database tables.
  • Compatible with most WordPress themes.
  • Supports any number of languages.
  • Works directly with standard WordPress Heading and Paragraph blocks.
  • No custom blocks or shortcodes required.
  • Custom language labels (RU, EN, UA, etc.).
  • Custom separator (## $$ @#@ etc.).
  • Optional text animation.
  • Falls back to the first language if a translation is missing.

Why LingoToggle?

Unlike automatic translation plugins, LingoToggle lets you write your own translations directly in the content.

This gives you complete control over wording, style and accuracy while keeping the plugin lightweight and easy to use.

스크린샷

설치

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin.
  3. Open Settings LingoToggle.
  4. Enter language labels separated by spaces.
  5. Choose the separator (default: #).
  6. Enable or disable animation if desired.
  7. Write your multilingual content using the selected separator.

Example:

Enter your multilingual text using the selected separator.

Welcome # Ласкаво просимо # Добро пожаловать

In the languages ​​label, write the names of the languages ​​separated by spaces. Each language label is automatically shortened to a maximum of three characters and displayed in uppercase on the switch button.

english ukrainian russian
↓
ENG UKR RUS  

Plugin Settings:

  • Languages: names of languages separated by spaces(default: EN).
  • Separator: any custom separator (default: #).
  • Animation: enable or disable text animation (default: Enabled).

FAQ

Does the plugin translate my website automatically?

No. You write and manage all translations yourself.

How many languages are supported?

As many as you define in the plugin settings.

What happens if a translation is missing?

The plugin displays the first available language.

Does it work with special characters?

Yes, the script handles standard and most UTF-8 characters without issues.

Can I write multilingual text directly in the WordPress editor?

Yes. Simply enter your translations directly into any Heading, Paragraph, or other supported text block using the configured separator.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“LingoToggle”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“LingoToggle”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “LingoToggle”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release.