rozod
    Preparing search index...

    Variable getLocalesUserLocalizationLocusSupportedLocalesConst Api

    getLocalesUserLocalizationLocusSupportedLocales: EndpointGeneric<
        { [key: string]: any },
        {
            generalExperience: {
                id: number;
                language: {
                    id: number;
                    isRightToLeft: boolean;
                    languageCode: string;
                    name: string;
                    nativeName: string;
                };
                locale: string;
                name: string;
                nativeName: string;
            };
            signupAndLogin: {
                id: number;
                language: {
                    id: number;
                    isRightToLeft: boolean;
                    languageCode: string;
                    name: string;
                    nativeName: string;
                };
                locale: string;
                name: string;
                nativeName: string;
            };
            ugc: {
                id: number;
                language: {
                    id: number;
                    isRightToLeft: boolean;
                    languageCode: string;
                    name: string;
                    nativeName: string;
                };
                locale: string;
                name: string;
                nativeName: string;
            };
        },
        undefined,
    > = ...

    GET https://locale.roblox.com/v1/locales/user-localization-locus-supported-locales Gets each of a user's localization locus supported locales. A localization locus supported locale is a page (or group of pages) that have been defined by the International team which need independent locale support. If the user is null we will attempt to return the locales appropriate for the user's device language.