cms-localization

Diagnose and fix language switching issues in Linecore CMS admin interface.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Serg28/demosite --skill cms-localization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cms-localization
Source: https://github.com/Serg28/demosite/tree/main/.agents/skills/cms-localization
Command: npx skills add https://github.com/Serg28/demosite --skill cms-localization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of configuring and debugging the language interface in Linecore Builder CMS admin panel, resolving issues related to locale switching and translation display.

Core Features & Use Cases

  • Language Switching: Manages route and cookie settings to change the admin interface language.
  • Content Localization: Reads and uses the lang_admin cookie to display the correct language interface.
  • Debugging: Assists with troubleshooting language toggle issues and ensuring correct language persistence.

Quick Start

Use the cms-localization skill to diagnose why the admin panel language does not switch correctly after changing the language setting in the admin interface.

Frequently Asked Questions about cms-localization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does the Linecore CMS admin panel language not switch correctly after changing the setting?

Admin panel language switching fails when route configurations and the `lang_admin` cookie are not properly synchronized. This Skill diagnoses and resolves these locale toggle issues to ensure the correct language displays consistently.

How do I debug translation display issues in the Linecore Builder CMS admin interface?

Debug translation display issues by inspecting cookie management and route settings that control locale switching. This Skill troubleshoots language toggle failures to ensure translation functions operate seamlessly across the admin interface.

How does the `lang_admin` cookie control content localization in the CMS admin panel?

The `lang_admin` cookie stores the selected locale to display the correct language interface. This Skill reads and manages this cookie to resolve persistence issues and maintain accurate content localization.

What is the best way to troubleshoot admin panel language persistence problems in Linecore CMS?

Troubleshoot language persistence by verifying cookie management and route configurations after switching languages. This Skill identifies why the admin interface reverts or fails to display the correct translation.

Can I use this Skill to fix language toggle issues without modifying core CMS dependencies?

Yes, this Skill operates with no external dependencies to diagnose and resolve language toggle issues. It focuses on managing cookie settings and translation functions to fix locale switching without altering core systems.

When should I not use a cookie-based language switch approach for my admin panel?

Cookie-based language switching may fail if browser cookie restrictions block persistence or route settings bypass the stored locale. This Skill helps identify when cookie management conflicts disrupt the admin interface language display.