Splunk Dev

change defult language SPLUNKJS

thuhuongle
Explorer

Hi,
Have anyone found a way to change default language (english) when using splunk js in your own web( outside of splunk web)?
By using spkunk view components, it is only in english ? I have been searching through official document but could not find any useful information.
Thanks !
It s an example of TimeRangeView in english. I want to change it to french.

thuhuongle_0-1630506444385.png

 

            // Create a custom time range picker
            // Show the Presets panel, hide the Real-time and Advanced panels
            var mypresetsettings = {
                showCustomDateTime: false,
                showPresets: false,
                showCustomRealTime: false,
                showCustomAdvanced: false,
                showCustomRelative: false,
                showCustomDate: true
            };

            // Instantiate a view using the custom time range picker
            var mytimerange_custom = new TimeRangeView({
                id: "example-timerange_custom",
                managerid: "search3",
                earliest_time: "-7d",
                latest_time:"now",
                dialogOptions: mypresetsettings,
                el: $("#mytimerangeview_custom")
            }).render();
            console.log(mytimerange_custom.val());

            // Update the search manager when the time range changes
            mytimerange_custom.on("change", function () {
                mysearch3.settings.set(mytimerange_custom.val());
                //mysearch4.setting.set(mytimerange_custom.val());
            });

 

Labels (2)
0 Karma
Get Updates on the Splunk Community!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...