How to change the "(Add new row)" for editable list label to arabic

  • 13 April 2015
  • 4 replies
  • 9 views

Badge +3

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


4 replies

Userlevel 5
Badge +16

dear,

 

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

Userlevel 5
Badge +18

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

Userlevel 5
Badge +16

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>
Badge +2

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

Reply