How to change the language in TIBCO Data Virtualization studio using studio.bat file ?
book
Article ID: KB0071688
calendar_today
Updated On:
Products
Versions
TIBCO Data Virtualization
All supported versions
Description
To change the language in TIBCO Data Virtualization add the line after ' '%VM_ARGS%' in the studio.bat file. For example, to change the language from English to Japanese or Japanese to English follow the below steps:
1. Go to TIBCO_Data_Virtualization_Install_Directory>bin folder.
2. Open the Studio.bat file with an editor like notepad++.
3. Add line "-Duser.language=ja -Duser.country=JP" after "%VM_ARGS%" option as shown below: -------------------------------------------------------
4. Save the file and restart TIBCO Data Virtualization Studio.
To change the language again to English remove the "-Duser.language=ja -Duser.country=JP" line after this Save the file and restart TIBCO Data Virtualization Studio.
If removing the line doesn't work to change the language to English then add the line "-Duser.language=en -Duser.country=US" after this save the file and restart TIBCO Data Virtualization Studio.
Environment
All supported environment
Issue/Introduction
This article explains how to change the language of TIBCO Data Virtualization studio using studio.bat file