1
Does documentUltimate support Other than English language
Question asked by Prasad Kulkarni - 2/13/2019 at 11:28 PM
Answered
Hi team
I am using documentUltimate, i have question, Does documentUltimate support Other than English language (like Marathi, Hindi (Indian languages))

Thanks
Prasad

1 Reply

Reply to Thread
0
Cem Alacayir Replied
Employee Post Marked As Answer

Currently these translations are available:


translation-en.json

translation-de.json

translation-es.json

translation-fr.json

translation-gl.json

translation-pt-BR.json

translation-ru.json


However you can create your own translation file for a new language.


  1. Download the translations files of DocumentUltimate


  1. Create this folder under your project: 


App_GlobalResources\WebViewer\i18n 


(note that before Version 4.3.0 - October 4, 2018 the folder was App_GlobalResources\WebViewer\Html5\Resources\i18n)


  1. Copy translation-en.json file from this zip to this folder, rename the file according to the new language.

Make sure you are using the .NET standard codes for cultures:  

http://timtrott.co.uk/culture-codes/


For example translation-mr-IN.json for Marathi or translation-hi-IN.json for Hindi


  1. Edit the text for this file to translate to your language and save the changes

Normally when you modify a file under App_GlobalResources, it should be recognized automatically. 

If not you can force AppDomain restart via touching web.config manually. 

Reply to Thread