rozod
    Preparing search index...

    Variable getAutomaticTranslationGamesGameidFeatureStatusConst Api Param

    getAutomaticTranslationGamesGameidFeatureStatus: EndpointGeneric<
        { gameId: number },
        {
            gameId: number;
            isAutomaticTranslationAllowed: boolean;
            isAutomaticTranslationSwitchesUIEnabled: boolean;
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/automatic-translation/games/:gameId/feature-status Checks if automatic translation can be enabled for a game. The user must still have proper permissions for the game to get this info. gameId The game id.