Skip to main content

Hi,

 

I make the form in arabic, my form contain editable list.

 

In editable list to add new row there is link called "(Add new row)" to insert a new row, I have to change this value to arabic.

 

So please help to find the exact resource file in which I can make the change the value of "(Add new row)".

 

Regards

Shahnawaz

dear,

 

I couldn't find how to change it, maybe you have to disable this option and keep the add toolbar button


It looks likes in 4.6.9, there is a Smartforms language pack release.  Unfortunately, it looks like only the following language are available at the moment:


 


The K2 Language Pack 4.6.9 (Preview) adds translation support for 5 languages:



  • French

  • German

  • Simplified Chinese

  • Traditional Chinese

  • Afrikaans


http://help.k2.com/kb001695


https://portal.k2.com/downloads/k2smartforms/Default.aspx


Dear  @shah,

 

drag datalable control anywhere on your list and create an expression that has the following JS:

 

<script type="text/javascript"> $(document).ready(function() {var x = document.getElementsByClassName("action-row"); x;2].innerHTML = '(اضافة سطر جديد)'; });</script>

Hi, Can I ask is there any way to disible this option "Add new row"?


Reply