rozod
    Preparing search index...

    Variable getLocalesConst Api Param

    getLocales: EndpointGeneric<
        { displayValueLocale?: string },
        {
            data: {
                isEnabledForFullExperience: boolean;
                isEnabledForInGameUgc: boolean;
                isEnabledForSignupAndLogin: boolean;
                locale: {
                    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 Get list of Supported locales with user locus information. displayValueLocale