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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...