All Apps and Add-ons

Are there any Splunkbase apps that have been localized to non-English?

simpkins1958
Contributor

Looking for examples of how developers have localized their applications. Thanks.

0 Karma

helge
Builder

We have translated the uberAgent dashboard app (written in Simple XML) to German. While doing so we found that:

  • Inline HTML elements cannot be localized.
  • HTML can only be localized when loaded from a file, e.g.: <html src="update_inventory_explanation.html"></html>. Provide one file per target language, e.g. for German: update_inventory_explanation-de.html
  • Localizing content that comes from JavaScript seems to be possible, but we have not tried it yet.

See this blog post for some more detail.

0 Karma

MuS
SplunkTrust
SplunkTrust

Hi simpkins1958,

Have a look at the docs here http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/TranslateSplunk#Translate_Apps
about How to translate an App.

Hope this helps ...

cheers, MuS

simpkins1958
Contributor

Thanks, I have looked that documentation over and it is very helpful. I would just like to see some apps that have done this work in action.

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...