rozod
    Preparing search index...

    Variable getLocalesSupportedLocalesConst Api

    getLocalesSupportedLocales: EndpointGeneric<
        { [key: string]: any },
        {
            supportedLocales: {
                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/supported-locales Get list of supported locales sorted by the Native Name property.