Skip to main content
Nintex Community Menu Bar
Solved

JavaScript Attachments translate

  • January 14, 2021
  • 2 replies
  • 46 views

Forum|alt.badge.img+3

Hello. Is it possible to translate this saying ,,+Add Attachment" into another language? where can this be done?

9887i904A5D544C17C917.png

Or maybe there is JavaScript code?

Best answer by Nunezma

@Flower I don't know about changing  the language but you can for sure change the text to read whatever you want.


Add following script to Settings-custom Javascript

 
 

 

 
 

 

NWF$(document).ready(function() {  NWF$('a.ms-addnew').text('Add Receipt');});

2 replies

Forum|alt.badge.img+11
  • Scholar
  • Answer
  • January 15, 2021

@Flower I don't know about changing  the language but you can for sure change the text to read whatever you want.


Add following script to Settings-custom Javascript

 
 

 

 
 

 

NWF$(document).ready(function() {  NWF$('a.ms-addnew').text('Add Receipt');});

Forum|alt.badge.img+3
  • Author
  • January 15, 2021

It is wonderful! I'm happy! Thank you very much! 🙂