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!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...