"Access denied : Language set in the target is not compatible with LabVIEW language." Error Occurs in LabVIEW 2026 Q1 Japanese or Chinese Versions

Updated Mar 5, 2026

Reported In

Software

  • LabVIEW 2026 Q1
  • LabVIEW Real-Time Module

Issue Details

When I attempt to connect to my Real-Time target such as a CompactRIO with LabVIEW 2026 Q1 Japanese or Chinese version (32-bit or 64-bit), I get a language locale mismatch error like the screenshot below. What is the root cause of this issue and is there any workarounds?

  

Solution

This is a bug in LabVIEW 2026 Q1 Real-Time Module. As of February 25, 2026, we are working to release a patch to fix this issue. 

Current workaround is to perform the steps below:

 

For Japanese Version:

  1. Install LabVIEW Real-Time Language Support for Japanese to the Real-Time target.
  2. Download rtapp_Japanese.zip from the bottom of this page, unzip and copy the rtapp.rsc file to the target. Move it to /usr/local/natinst/labview/japanese folder in the RT target. Overwrite the existing file in that location.
  3. Restart the LabVIEW runtime by rebooting the target or running this command via SSH:
    /etc/init.d/nilvrt stop && /etc/init.d/nilvrt start

 

For Chinese Version:

  1. Install LabVIEW Real-Time Language Support for Chinese to the Real-Time target.
  2. Download rtapp_Chinese.zip from the bottom of this page, unzip and copy the rtapp.rsc file to the target. Move it to /usr/local/natinst/labview/chinese folder in the RT target. Overwrite the existing file in that location.
  3. Restart the LabVIEW runtime by rebooting the target or running this command via SSH:
    /etc/init.d/nilvrt stop && /etc/init.d/nilvrt start