rozod
    Preparing search index...

    Variable patchSupportedLanguagesGamesGameidLanguagesLanguagecodeUniverseDisplayInfoAutomaticTranslationSettingsConst Api Param

    patchSupportedLanguagesGamesGameidLanguagesLanguagecodeUniverseDisplayInfoAutomaticTranslationSettings: EndpointGeneric<
        { gameId: number; languageCode: string },
        {
            gameId: number;
            isUniverseDisplayInfoAutomaticTranslationEnabled: boolean;
            languageCode: string;
        },
        boolean,
    > = ...

    PATCH https://gameinternationalization.roblox.com/v1/supported-languages/games/:gameId/languages/:languageCode/universe-display-info-automatic-translation-settings Update the switch which controls if the UniverseDisplayInformation should be automatically translated. body Whether to enable automatic translation for universe display info. gameId The game id. languageCode The language code.