import type { Metadata } from "next" export const metadata: Metadata = { title: "Change Language | ProxMenux Documentation", description: "Guide to changing the language settings in ProxMenux for Proxmox VE.", } export default function ChangeLanguage() { return (

Change Language in ProxMenux

ProxMenux supports multiple languages to improve accessibility for users worldwide. The recommended language is English. Translations are generated automatically using a predefined translation package and Google Translate. Automatic translations may contain errors, so English is the preferred language for accuracy.

Available Languages

How It Works

The language configuration is stored in the ProxMenux settings file. When a new language is selected, the configuration file is updated, and the menu reloads with the new language.

Key Functions

) }