Questions tagged [language]
46 questions
0
votes
1 answer
SYSPREP Windows 7 After language bar install
I had a sysprep file that worked fine with windows 7 ent. However I installed chinese simplified and now after the sysprep runs it comes up with a box to choose english or chinese.
I have it set to use en-au for input lang.
Is there somewhere else I…

JohnyV
- 938
- 4
- 26
- 45
0
votes
1 answer
How to change interface language of sql server 2008?
As you can see in the image below, the SQL Server Interface language is in Spanish and I want to change to English.
I tried my best to find a way to change it without uninstalling this Spanish installation as there are databases already used by some…

Hareef
- 1
- 1
0
votes
1 answer
Can translation of user interface and list names be disabled in a multilingual Sharepoint site?
I'm in the process of configuring Microsoft Office Server Search for a Sharepoint web site. The web site needs multilingual support, so for indexing and search queries to work properly we need to install the language packs for each supported…

Magnus Törnvall
- 11
- 1
0
votes
0 answers
Redirect lang set in url with Nginx regex
I can't find the way to redirect the lang set in url with Nginx.
I tried this:
location ~ ^/(en|fr|de)/cloud/signup {
return 301 $scheme://cloud.$host/$1/home/new;
}
Also this:
location ^/(.*)/cloud/signup {
return 301…

alex.bour
- 111
- 1
- 5
0
votes
1 answer
windows server 2003 language settings change
So my Windows Server 2003 is entirely in German. For practical reasons, I wanted to change the language for my account to English, however it prooved to be more problematic than I thought.
I think in newer versions of Win Server, not even a reboot…

Mike94
- 13
- 6
0
votes
1 answer
How do I launch a new AWS Windows Server Instance in Japanese?
Using Amazon AWS EC2, I'm trying to launch a new instance of Microsoft Windows Server 2012 with SQL Server 2012 Standard in Japanese. When I login the website is in English, and I'm not sure how to change the language setting or even if that is…

Nathan
- 113
- 2
- 4
0
votes
1 answer
Tomcat not retrieving files with accents after restart
A few days ago I had a problem with an application running on Tomcat, it wasn't able to find files in the filesystem containing accents in the name (like, for example, "reportsandonà.pdf"). I discovered that it was a "locale" problem and i solved…

valepu
- 137
- 6
0
votes
1 answer
debian 6 language change system error
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "ru_UA.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to…

aco
- 1
0
votes
1 answer
How to install a language to a database when I create a database?
I have two postgres database servers. Let's name that A and B respectively.
When I create a database in A, I don't have to run the following command to install a language.
createlang -U postgres plpgsql {database name}
Somehow...I have to run the…

Moon
- 2,123
- 4
- 24
- 23
0
votes
1 answer
How to support Japanese on English RedHat 4.8?
I have a few users who have requested the ability to read/write Japanese on their RedHat 4.8 English workstations. I installed the standard English 4.8 distribution and was curious if there was a application/package/etc... that could be installed…

Zachary
- 103
- 2
0
votes
2 answers
How to force Exchange 2010 setup to use different languages then system one
Does anyone know how to force Exchange 2010 setup to use english language on german system? I have to install Exchange 2010 on german system and everything is well in german :-( which heavily complicates installation/configuration.
MadBoy

MadBoy
- 3,725
- 15
- 63
- 94
0
votes
3 answers
Deploy a Language pack lp.cab for windows 7 ent with SCCM 2007 sp2
Where and how am I able to add the lp.cab file within SCCM so that I can have the language pack install when Windows 7 and the apps are installed.
I want to add it to my task sequence but where is this option available.
Thanks

JohnyV
- 938
- 4
- 26
- 45
0
votes
0 answers
Force displaylanguage on a Azure Virtual desktop instance
We have several different Windows Virtual desktop solutions on Azure with the Windows 10 Enterprise for Virtual Desktops image. We want everything to be in Swedish and not the default English.
Several GPOs and policys has been setup on the DC to…

Andreas
- 309
- 1
- 5
- 17
0
votes
0 answers
Language based RewriteRule like mysite.com/en/ in .htaccess
I'm trying to write redirect directives in the .htaccess to forward internally all user requests like this:
Every request in a language folder should redirect to the requested file with the language query string:
example.com/en/contact.php ->…

denoise
- 53
- 6
0
votes
1 answer
Windows 10 update - can't change keyboard language
After updating of Windows 10 Pro to new version 1903 (around 20ths January 2020) changing of keyboard language does not work. I have 2 different languages on the system.

Evgeny Nozdrev
- 111
- 1
- 2