Can I Start particular program with different language settings in Windows
I am using my windows with Turkish language as first choice. Non-Unicode programs also use Turkish language.
My particular program, Visual Studio 2005 (Business Intelligence Studio 2005) is behaving strangely with this language setting. It has no problems with English Language settings.
I would like to start only this program with English Language Settings.
I can use new bat/cmd file. Modify shortcut etc. Every solution is welcome. Only I do not want to change entire windows settings.
I am using Windows 7.
windows-7 windows language locale
add a comment |
I am using my windows with Turkish language as first choice. Non-Unicode programs also use Turkish language.
My particular program, Visual Studio 2005 (Business Intelligence Studio 2005) is behaving strangely with this language setting. It has no problems with English Language settings.
I would like to start only this program with English Language Settings.
I can use new bat/cmd file. Modify shortcut etc. Every solution is welcome. Only I do not want to change entire windows settings.
I am using Windows 7.
windows-7 windows language locale
add a comment |
I am using my windows with Turkish language as first choice. Non-Unicode programs also use Turkish language.
My particular program, Visual Studio 2005 (Business Intelligence Studio 2005) is behaving strangely with this language setting. It has no problems with English Language settings.
I would like to start only this program with English Language Settings.
I can use new bat/cmd file. Modify shortcut etc. Every solution is welcome. Only I do not want to change entire windows settings.
I am using Windows 7.
windows-7 windows language locale
I am using my windows with Turkish language as first choice. Non-Unicode programs also use Turkish language.
My particular program, Visual Studio 2005 (Business Intelligence Studio 2005) is behaving strangely with this language setting. It has no problems with English Language settings.
I would like to start only this program with English Language Settings.
I can use new bat/cmd file. Modify shortcut etc. Every solution is welcome. Only I do not want to change entire windows settings.
I am using Windows 7.
windows-7 windows language locale
windows-7 windows language locale
edited Jul 23 '15 at 13:38
NetVicious
405414
405414
asked Feb 1 '12 at 15:20
Atilla Ozgur
251239
251239
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
- Create a new local user.
- Log in with that user and change the Windows language of that account to English.
- Log out
- Log in with your usual user.
- Run the application you want to see in a different language with the "Run As" method. (Shift+right click on the shortcut and select Run as different User)
You can create a batch with the RunAS command if you want ;-)
%comspec% runas /profile /user:yourotheruser
"the_application_you_want_ to_run_in_english"
add a comment |
I would suggest trying Microsoft's AppLocale.
It allows you to start a program using a different language.
Please note that because you are using Windows 7, you have to install it using an elevated command prompt. Instructions for installing AppLocale in Windows 7 can be found here.
Thanks for answer. I tried but did not work for me.
– Atilla Ozgur
Feb 3 '12 at 12:22
2
None of the links work any longer, so this is a useless answer.
– Ska
Feb 27 '17 at 16:07
1
The links say: "We're sorry, this download is no longer available." and "Error establishing a database connection"
– Nicolas Raoul
Apr 11 '17 at 2:49
add a comment |
Locale Emulator works well on Windows 10 1809. I can run non-Unicode Simplified Chinese games on Windows with system locale set to Traditional Chinese with Locale Emulator!
LOL, The site identifies you as a new contributor, but it looks like you've been a member for 7 yrs. Maybe first time posting? Anyway, the question is specifically about Win 7. It's useful to provide updated information, but do you happen to know if this also works for Win 7? It would also be good to include relevant information like the fact that this isn't ready to use out-of-the-box, and also requires other software. BTW, good guidance on recommending software here: meta.superuser.com/questions/5329/….
– fixer1234
Dec 16 at 8:28
Thanks for your notification. However, I think my answer for Win 10 still has meanings for this question, because this question title doesn't limit the Windows version. People, like me, could search to this question for an answer for Win 10 by search engine. Isn't it?
– Meng-Yuan Huang
Dec 16 at 9:55
Yeah, no issue with the fact that it's known to work in Win 10, that can be valuable for current readers. I was mainly referring to additional information that would make it a better answer. :-)
– fixer1234
Dec 16 at 10:06
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f384775%2fcan-i-start-particular-program-with-different-language-settings-in-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Create a new local user.
- Log in with that user and change the Windows language of that account to English.
- Log out
- Log in with your usual user.
- Run the application you want to see in a different language with the "Run As" method. (Shift+right click on the shortcut and select Run as different User)
You can create a batch with the RunAS command if you want ;-)
%comspec% runas /profile /user:yourotheruser
"the_application_you_want_ to_run_in_english"
add a comment |
- Create a new local user.
- Log in with that user and change the Windows language of that account to English.
- Log out
- Log in with your usual user.
- Run the application you want to see in a different language with the "Run As" method. (Shift+right click on the shortcut and select Run as different User)
You can create a batch with the RunAS command if you want ;-)
%comspec% runas /profile /user:yourotheruser
"the_application_you_want_ to_run_in_english"
add a comment |
- Create a new local user.
- Log in with that user and change the Windows language of that account to English.
- Log out
- Log in with your usual user.
- Run the application you want to see in a different language with the "Run As" method. (Shift+right click on the shortcut and select Run as different User)
You can create a batch with the RunAS command if you want ;-)
%comspec% runas /profile /user:yourotheruser
"the_application_you_want_ to_run_in_english"
- Create a new local user.
- Log in with that user and change the Windows language of that account to English.
- Log out
- Log in with your usual user.
- Run the application you want to see in a different language with the "Run As" method. (Shift+right click on the shortcut and select Run as different User)
You can create a batch with the RunAS command if you want ;-)
%comspec% runas /profile /user:yourotheruser
"the_application_you_want_ to_run_in_english"
edited Jun 3 '15 at 6:18
answered Jun 2 '15 at 14:51
NetVicious
405414
405414
add a comment |
add a comment |
I would suggest trying Microsoft's AppLocale.
It allows you to start a program using a different language.
Please note that because you are using Windows 7, you have to install it using an elevated command prompt. Instructions for installing AppLocale in Windows 7 can be found here.
Thanks for answer. I tried but did not work for me.
– Atilla Ozgur
Feb 3 '12 at 12:22
2
None of the links work any longer, so this is a useless answer.
– Ska
Feb 27 '17 at 16:07
1
The links say: "We're sorry, this download is no longer available." and "Error establishing a database connection"
– Nicolas Raoul
Apr 11 '17 at 2:49
add a comment |
I would suggest trying Microsoft's AppLocale.
It allows you to start a program using a different language.
Please note that because you are using Windows 7, you have to install it using an elevated command prompt. Instructions for installing AppLocale in Windows 7 can be found here.
Thanks for answer. I tried but did not work for me.
– Atilla Ozgur
Feb 3 '12 at 12:22
2
None of the links work any longer, so this is a useless answer.
– Ska
Feb 27 '17 at 16:07
1
The links say: "We're sorry, this download is no longer available." and "Error establishing a database connection"
– Nicolas Raoul
Apr 11 '17 at 2:49
add a comment |
I would suggest trying Microsoft's AppLocale.
It allows you to start a program using a different language.
Please note that because you are using Windows 7, you have to install it using an elevated command prompt. Instructions for installing AppLocale in Windows 7 can be found here.
I would suggest trying Microsoft's AppLocale.
It allows you to start a program using a different language.
Please note that because you are using Windows 7, you have to install it using an elevated command prompt. Instructions for installing AppLocale in Windows 7 can be found here.
edited Feb 10 '12 at 10:23
soandos
20.1k2891130
20.1k2891130
answered Feb 1 '12 at 16:14
Derethus
1175
1175
Thanks for answer. I tried but did not work for me.
– Atilla Ozgur
Feb 3 '12 at 12:22
2
None of the links work any longer, so this is a useless answer.
– Ska
Feb 27 '17 at 16:07
1
The links say: "We're sorry, this download is no longer available." and "Error establishing a database connection"
– Nicolas Raoul
Apr 11 '17 at 2:49
add a comment |
Thanks for answer. I tried but did not work for me.
– Atilla Ozgur
Feb 3 '12 at 12:22
2
None of the links work any longer, so this is a useless answer.
– Ska
Feb 27 '17 at 16:07
1
The links say: "We're sorry, this download is no longer available." and "Error establishing a database connection"
– Nicolas Raoul
Apr 11 '17 at 2:49
Thanks for answer. I tried but did not work for me.
– Atilla Ozgur
Feb 3 '12 at 12:22
Thanks for answer. I tried but did not work for me.
– Atilla Ozgur
Feb 3 '12 at 12:22
2
2
None of the links work any longer, so this is a useless answer.
– Ska
Feb 27 '17 at 16:07
None of the links work any longer, so this is a useless answer.
– Ska
Feb 27 '17 at 16:07
1
1
The links say: "We're sorry, this download is no longer available." and "Error establishing a database connection"
– Nicolas Raoul
Apr 11 '17 at 2:49
The links say: "We're sorry, this download is no longer available." and "Error establishing a database connection"
– Nicolas Raoul
Apr 11 '17 at 2:49
add a comment |
Locale Emulator works well on Windows 10 1809. I can run non-Unicode Simplified Chinese games on Windows with system locale set to Traditional Chinese with Locale Emulator!
LOL, The site identifies you as a new contributor, but it looks like you've been a member for 7 yrs. Maybe first time posting? Anyway, the question is specifically about Win 7. It's useful to provide updated information, but do you happen to know if this also works for Win 7? It would also be good to include relevant information like the fact that this isn't ready to use out-of-the-box, and also requires other software. BTW, good guidance on recommending software here: meta.superuser.com/questions/5329/….
– fixer1234
Dec 16 at 8:28
Thanks for your notification. However, I think my answer for Win 10 still has meanings for this question, because this question title doesn't limit the Windows version. People, like me, could search to this question for an answer for Win 10 by search engine. Isn't it?
– Meng-Yuan Huang
Dec 16 at 9:55
Yeah, no issue with the fact that it's known to work in Win 10, that can be valuable for current readers. I was mainly referring to additional information that would make it a better answer. :-)
– fixer1234
Dec 16 at 10:06
add a comment |
Locale Emulator works well on Windows 10 1809. I can run non-Unicode Simplified Chinese games on Windows with system locale set to Traditional Chinese with Locale Emulator!
LOL, The site identifies you as a new contributor, but it looks like you've been a member for 7 yrs. Maybe first time posting? Anyway, the question is specifically about Win 7. It's useful to provide updated information, but do you happen to know if this also works for Win 7? It would also be good to include relevant information like the fact that this isn't ready to use out-of-the-box, and also requires other software. BTW, good guidance on recommending software here: meta.superuser.com/questions/5329/….
– fixer1234
Dec 16 at 8:28
Thanks for your notification. However, I think my answer for Win 10 still has meanings for this question, because this question title doesn't limit the Windows version. People, like me, could search to this question for an answer for Win 10 by search engine. Isn't it?
– Meng-Yuan Huang
Dec 16 at 9:55
Yeah, no issue with the fact that it's known to work in Win 10, that can be valuable for current readers. I was mainly referring to additional information that would make it a better answer. :-)
– fixer1234
Dec 16 at 10:06
add a comment |
Locale Emulator works well on Windows 10 1809. I can run non-Unicode Simplified Chinese games on Windows with system locale set to Traditional Chinese with Locale Emulator!
Locale Emulator works well on Windows 10 1809. I can run non-Unicode Simplified Chinese games on Windows with system locale set to Traditional Chinese with Locale Emulator!
answered Dec 16 at 8:08
Meng-Yuan Huang
1112
1112
LOL, The site identifies you as a new contributor, but it looks like you've been a member for 7 yrs. Maybe first time posting? Anyway, the question is specifically about Win 7. It's useful to provide updated information, but do you happen to know if this also works for Win 7? It would also be good to include relevant information like the fact that this isn't ready to use out-of-the-box, and also requires other software. BTW, good guidance on recommending software here: meta.superuser.com/questions/5329/….
– fixer1234
Dec 16 at 8:28
Thanks for your notification. However, I think my answer for Win 10 still has meanings for this question, because this question title doesn't limit the Windows version. People, like me, could search to this question for an answer for Win 10 by search engine. Isn't it?
– Meng-Yuan Huang
Dec 16 at 9:55
Yeah, no issue with the fact that it's known to work in Win 10, that can be valuable for current readers. I was mainly referring to additional information that would make it a better answer. :-)
– fixer1234
Dec 16 at 10:06
add a comment |
LOL, The site identifies you as a new contributor, but it looks like you've been a member for 7 yrs. Maybe first time posting? Anyway, the question is specifically about Win 7. It's useful to provide updated information, but do you happen to know if this also works for Win 7? It would also be good to include relevant information like the fact that this isn't ready to use out-of-the-box, and also requires other software. BTW, good guidance on recommending software here: meta.superuser.com/questions/5329/….
– fixer1234
Dec 16 at 8:28
Thanks for your notification. However, I think my answer for Win 10 still has meanings for this question, because this question title doesn't limit the Windows version. People, like me, could search to this question for an answer for Win 10 by search engine. Isn't it?
– Meng-Yuan Huang
Dec 16 at 9:55
Yeah, no issue with the fact that it's known to work in Win 10, that can be valuable for current readers. I was mainly referring to additional information that would make it a better answer. :-)
– fixer1234
Dec 16 at 10:06
LOL, The site identifies you as a new contributor, but it looks like you've been a member for 7 yrs. Maybe first time posting? Anyway, the question is specifically about Win 7. It's useful to provide updated information, but do you happen to know if this also works for Win 7? It would also be good to include relevant information like the fact that this isn't ready to use out-of-the-box, and also requires other software. BTW, good guidance on recommending software here: meta.superuser.com/questions/5329/….
– fixer1234
Dec 16 at 8:28
LOL, The site identifies you as a new contributor, but it looks like you've been a member for 7 yrs. Maybe first time posting? Anyway, the question is specifically about Win 7. It's useful to provide updated information, but do you happen to know if this also works for Win 7? It would also be good to include relevant information like the fact that this isn't ready to use out-of-the-box, and also requires other software. BTW, good guidance on recommending software here: meta.superuser.com/questions/5329/….
– fixer1234
Dec 16 at 8:28
Thanks for your notification. However, I think my answer for Win 10 still has meanings for this question, because this question title doesn't limit the Windows version. People, like me, could search to this question for an answer for Win 10 by search engine. Isn't it?
– Meng-Yuan Huang
Dec 16 at 9:55
Thanks for your notification. However, I think my answer for Win 10 still has meanings for this question, because this question title doesn't limit the Windows version. People, like me, could search to this question for an answer for Win 10 by search engine. Isn't it?
– Meng-Yuan Huang
Dec 16 at 9:55
Yeah, no issue with the fact that it's known to work in Win 10, that can be valuable for current readers. I was mainly referring to additional information that would make it a better answer. :-)
– fixer1234
Dec 16 at 10:06
Yeah, no issue with the fact that it's known to work in Win 10, that can be valuable for current readers. I was mainly referring to additional information that would make it a better answer. :-)
– fixer1234
Dec 16 at 10:06
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f384775%2fcan-i-start-particular-program-with-different-language-settings-in-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown