Questions tagged [language]

45 questions
1
vote
1 answer

Nginx + Wordpress language redirect

i am currently trying to configure an Nginx installation with Wordpress multisite used for language support. The multisite is configured: mysite.com (not used) mysite.com/it mysite.com/en Basically i want to add a default language and redirect if i…
flero
  • 21
  • 7
1
vote
1 answer

How to add new language to "sys.fulltext_languages" in SQL Server 2008?

how can I add new language (1045 - Polish) to "sys.fulltext_languages" table in SQL Server 2008? Thanks
GrZeCh
  • 605
  • 4
  • 12
  • 28
1
vote
2 answers

Change the locale/language of apt-get/aptitude

I have a Debian system on which aptitude produces German messages although I set the default locale to en_US.utf8. Is there a way to change that? I would prefer English messages. Andre
Andre
  • 123
  • 1
  • 2
  • 5
1
vote
2 answers

Puppet case statements with integer range

I need to write a case using some ranges in order to write in a better way something like the following spaghetti code : if $mem < 1024 { $retvalue = "128M" } elsif $mem < 7000 { $retvalue = "160M" } elsif $mem < 15000 { $retvalue = "192M"…
FlexIt
  • 13
  • 2
1
vote
0 answers

unattend file not working with any language pack

We have a fully automated system (custom built and not via MDT or anything like that). Anyway, its been working fine for years and now a requirement has ocme in to add some language packs...but, when I inject any language pack into the unattend file…
1
vote
0 answers

When changing the Win display lang, will builtin CLI tools params / stdout|stderr messages also change?

I need to write a CMD script (other shells are not allowed / available) that will execute on multiple servers with different display languages. When looking at an Windows built in tool, such as logman.exe, I have two unknowns: Will logman's CLI…
1
vote
1 answer

Change Language (Codepage) of Oracle Database

We have two Oracle DB's that are set to: SQL> SELECT USERENV ('language') FROM DUAL; USERENV('LANGUAGE') ---------------------------------------------------- AMERICAN_AMERICA.AL32UTF8 The rest of our instances are set as follows: SQL> SELECT…
jeffspost
  • 139
  • 3
  • 5
  • 14
1
vote
2 answers

Printing weirdness - German language, Xerox 7125

Please read carefully to see the problem details and steps that I have taken to troubleshoot. We have an executive at my organization who has a German language machine, Windows 7. I have installed the German Language drivers, and have set the…
jeremy
  • 855
  • 4
  • 19
  • 31
1
vote
0 answers

SQL Server 2008 x64 R2 SP1 - Management Studio installation language

In our production server, the hosting provider installed SQL Server and Management Studio (standard edition) in Spanish, but I would like to have them in English. It's quite difficult to find menu options in the Spanish version, which is very poorly…
1
vote
3 answers

Which programming language for webserver tasks/deployment related scripts

I'm really feeling stupid but I don't find the right search keywords to get something usefull out of google. The problem: We are developing symfony1 and symfony2 applications (php). We are developing on windows machines, while our staging and…
Sgoettschkes
  • 189
  • 1
  • 1
  • 9
1
vote
1 answer

Language pack can not be installed on 2008 server

I installed Windows 2008 server R2 standard from the CD (english), applied updates and now I need to Install the Dutch language interface. It is provided on the DVD, but refuses to install, telling me it is incompatibel with this version of Windows.…
user41348
  • 13
  • 4
1
vote
1 answer

Redirect different language urls to their english counterpart in htaccess

I'm trying to redirect language URLs that end with /?lang=da, /?lang=de and /?lang=nl to the same URL but ending in /?lang=en. So www.example.com/accommodation/hotel-room-1/?lang=da should result…
Kneops
  • 13
  • 3
0
votes
1 answer

Multilingual Linux logins?

@MODS!! I attempted to add a comment to provide further information and seek clarification from the one person who answered. I cannot add a comment due to being new. Thus, I posted an "Answer" and referenced the fact that I can't add a comment and…
Rick
  • 1
  • 1
0
votes
2 answers

Can I change the language of internal website in SBS 2008?

I like to manage my servers in English but my client is Polish. Is there a way to keep the main language of the server in English but get "Company Web"/OWA/Remote Access website and other publically accessible parts in Polish? P.S. I've already…
kyrisu
  • 491
  • 3
  • 5
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