> ## Documentation Index
> Fetch the complete documentation index at: https://docs.topsort.com/llms.txt
> Use this file to discover all available pages before exploring further.

# German Language Support

> German language options now available across Admin and Self Service platforms

export const ChangelogActions = () => {
  return <>
      <style>{`
        .changelog-actions {
          display: flex;
          justify-content: center;
          gap: 12px;
          margin-top: 2rem;
          padding-top: 1.5rem;
          border-top: 1px solid #e5e7eb;
        }
        
        [data-theme="dark"] .changelog-actions {
          border-top-color: #374151;
        }
        
        .changelog-btn {
          display: inline-flex;
          align-items: center;
          gap: 6px;
          padding: 8px 16px;
          border-radius: 9999px;
          border: 1px solid #d1d5db;
          background: transparent;
          color: #6b7280;
          font-size: 14px;
          cursor: pointer;
          transition: all 0.2s ease;
        }
        
        .changelog-btn:hover {
          border-color: #9ca3af;
          background: #f9fafb;
        }
        
        [data-theme="dark"] .changelog-btn {
          border-color: #4b5563;
          color: #9ca3af;
        }
        
        [data-theme="dark"] .changelog-btn:hover {
          border-color: #6b7280;
          background: #1f2937;
        }
      `}</style>
      <div className="changelog-actions">
        <button className="changelog-btn" onClick={() => {
    const btn = event.target.closest("button");
    btn.innerHTML = "❤️ Like";
    btn.style.borderColor = "#ec4899";
  }}>
          🤍 Like
        </button>
        <button className="changelog-btn" onClick={() => {
    const btn = event.target.closest("button");
    navigator.clipboard.writeText(window.location.href);
    const originalContent = btn.innerHTML;
    btn.innerHTML = "✓ Copied";
    btn.style.borderColor = "#22c55e";
    btn.style.color = "#22c55e";
    setTimeout(() => {
      btn.innerHTML = originalContent;
      btn.style.borderColor = "";
      btn.style.color = "";
    }, 2000);
  }}>
          ↗ Share
        </button>
      </div>
    </>;
};

<div style={{ display: "flex", gap: "8px", flexWrap: "wrap", marginBottom: "16px" }}>
  <Badge color="gray" size="sm" icon="calendar">July 22, 2025</Badge>
  <Badge color="blue" size="sm" icon="rectangle-ad">Ad Platform</Badge>
  <Badge color="green" size="sm" icon="sparkles">New Feature</Badge>
</div>

We've added **German language support** to both the Retail Media Platform (Admin) and Self Service interfaces, making our platforms more accessible to German-speaking users across Europe and beyond.

<Frame>
  <img src="https://mintcdn.com/topsort/M3N4mDiL0uw6VdTk/images/changelog/change-language-preference-german-admin.webp?fit=max&auto=format&n=M3N4mDiL0uw6VdTk&q=85&s=70952e0a5981eb33bcc13a770f925aee" alt="Changing language preference to german in admin" width="1584" height="1004" data-path="images/changelog/change-language-preference-german-admin.webp" />
</Frame>

## Key Benefits

**Enhanced Accessibility**:
German-speaking retailers and vendors can now navigate the platform in their preferred language

**Improved User Experience**:
Localized interface reduces friction and increases platform adoption for German markets

**Market Expansion**:
Support for German-speaking regions opens opportunities for broader platform adoption

**Consistent Localization**:
Complete translation across all platform features and interfaces

## Platform Availability

### Retail Media Platform (Admin)

German language support is now available for:

* Campaign management interfaces
* Analytics and reporting dashboards
* Settings and configuration pages
* User management and billing sections

### Self Service Platform

<Frame>
  <img src="https://mintcdn.com/topsort/M3N4mDiL0uw6VdTk/images/changelog/change-language-preference-german-vendor.webp?fit=max&auto=format&n=M3N4mDiL0uw6VdTk&q=85&s=ed16dece626a03f37abeb2a349e9fece" alt="Changing language preference to German in admin" width="1153" height="464" data-path="images/changelog/change-language-preference-german-vendor.webp" />
</Frame>

German localization includes:

* Vendor marketplace interface
* Product catalog management
* Performance analytics
* Account settings and preferences

## How to Use

1. Log into your Admin or Self Service dashboard

2. Navigate to your **Account Settings** or look for the language selector in the top navigation

3. Select **Deutsch (German)** from the available language options

4. The interface will refresh with German translations

5. Language preference is saved automatically for future sessions

***

German language support is available now across both platforms. Contact your Topsort representative if you need assistance with language settings or have feedback on the German translations.

<ChangelogActions />
