Why do I receive the error "MATLAB:I1​8n:Inconsi​stentLocal​e - The system locale setting, <Language 1>, is different from the user locale setting, <Language 2>. " in my compiled application?

7 views (last 30 days)
I receive the following error when running my MATLAB compiled application:
MATLAB:I18n:InconsistentLocale - The system locale setting, , is different from the user locale setting, .

Answers (1)

Sanchali Purandare
Sanchali Purandare on 16 Jan 2011
This warning is harmless and can be ignored. In order to solve this problem, follow the instructions under Related Solutions to make your User Locale match your System Locale. You will need to restart your PC in order for changes to take effect. This might also propagate an error with the same message. If this is the case, follow the steps below. Note: You might need Admin privileges on your machine in order to change this setting.
1. Go to Control Panel -> Regional and Language Settings.
2. Check to see if the Languages match under the Language Tab and the Advanced Tab.
3. Restart the system.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!