Ubuntu :: Language Support System In English / Foreign Locale

May 3, 2010

I only want spellchecking, calendar and currency to be typical for Poland (this is where I currently live), Ubuntu itself (interface, applications, manuals) should be in English - I don't understand Polish well enough.In 9.10 I used to check Polish spellchecking (translations were checked for install automatically but you couldn't tell unless you chose another language and then Polish again) and uncheck the translations. It allowed for setting locale (calendar/currency) to Polish and also keep the spellchecking. Now it's buggy: I can do a fresh install of Ubuntu but can't set Polish spellchecking, calendar (it starts from Monday), currency (it's PLN/zł) and keep the system itself in English. What I do wrong?

1. Fresh install
2. System -> Administration -> Language Support
3. Language -> Install / Remove Languages
4. Find Polish and select ONLY: Spellchecking and writing aids
5. Text -> Display numbers, dates and currency amounts in: Polish

Confirm, reboot and... Bump! I've got Polish translations in several places, e.g.:If I upgrade any software, it is in Polish. Firefox (or Namoroka) locale changes to "pl,en" and its plug-ins are in Polish by default.
After I uninstall Polish translations (and leave spellchecking and writing aids as it was) there's a problem with locale (Polish locale is removed along with translations), besides, system doesn't actually change back to English and newly installed applications either crash with errors or install in Polish.

View 9 Replies


ADVERTISEMENT

Ubuntu :: Support For Language While Keeping English As Language Used To Display Desktop?

Mar 5, 2011

I have some music in another language, but when I open the songs in Banshee, their song names just come up as weird characters (like μ).I went to [System --> Administration --> Language Support] and installed support for that language, but the songs still come up like μ. (But in Nautilus, their proper names show).

I know the solution is to change my whole system language to that language, but I don't want to do that, as I am not very fluent in it. Is there any way to enable support for that language while keeping English as the language used to display my desktop?

View 1 Replies View Related

Ubuntu :: Wrong Locale \ Go Back To English, The Locale Doesn't Change Back, Only The Menus Are In English?

Mar 5, 2011

I recently installed language packs for Japanese and changed my system language to it, too. The problem is, now that I try to go back to English, the locale doesn't change back, only the menus are in english. "Apply system wide" in the Language Support didn't do anything; Firefox is in japanese too. Here is my locale output:

LANG=ja_JP.utf8
LANGUAGE=en_US:en
LC_CTYPE="ja_JP.utf8"

[code]....

View 1 Replies View Related

Server :: Support English Language In BrazilFW 3.x?

Dec 6, 2010

How to support english language in BrazilFW 3.x .

View 1 Replies View Related

OpenSUSE Install :: Multi-language Support For Korean Hangul And English

Aug 9, 2011

I am going to install a computer for multi-language support for English and the Korean Hangul written language. I would like to configure the input from the keyboard to switch from English to Korean. I have keyboard with English and Korean and I would like to configure one of the keyboard buttons to switch the input language similar to how Microsoft multi-language support works. What applications and configuration changes are necessary to implement this.

View 6 Replies View Related

Slackware :: Non-English Input Under English Locale

Feb 3, 2010

I'm trying to make Japanese input work with Scim, but when I modify Locale to make it work, all the menu(pulldown menu, title etc.)also becomes Japanese too. Is there anyway to keep English menus/titles while Japanese(or any other language) input method with SCIM is enabled ?

View 1 Replies View Related

Ubuntu :: Language Support - Each User Can Select Their System Language When Login?

Nov 1, 2010

One computer .... three users .... three languages. How do you make that happen? User A speaks English and is happy with English. No problem. User B needs to use Chinese and would like the full system in Chinese. User C needs to use Thai and Chinese. They would prefer their menus to be in Thai and can use iBus for Chinese entry. How do you set up the system so that each user can select their system language when they login?

View 4 Replies View Related

Ubuntu Installation :: System Half Is In English And Half In Another Language After Upgrading To 10.04

May 27, 2010

I just upgraded from 9.04 to 10.04 and so far I have those problems:

1. Before, everything in my system was in English. Now, half is in English, half in another language (PCManFM, some menus etc). I tried setting up Language Support but it changes nothing.

2. Cursor themes work only when hovering the mouse over "X" buttons in the right top corner of the window. As soon as I move the mouse somewhere else, it goes back to default cursor theme, even though I tried selecting 5 different themes - same result.

4. Hibernation don't work anymore. s2disk saves image to disk and then it resumes it but computer stops on text message along the lines of "Resume completed successfully".

5. Changing volume with keyboard shotcuts no longer works.

6. Smplayer does not display picture anymore when playing movies. The view is just empty. I can only hear the soundtrack. It is using XV filter.

7. PCmanFM that used to worked flawlessly, now after going into 1 or 2 subdirectories stops reacting to clicks on file/folder list. Need to open new instance to be able to do anything and this again would become unusable after visiting 1-2 folders.

View 4 Replies View Related

Ubuntu :: Terminal Is Stuck In A Foreign Language?

Feb 16, 2011

Some time back I posted a question about using a Greek keyboard since I'm trying to improve my limited Greek. Someone suggested a way of switching between the English and Greek desktop for Ubuntu. I tried that but it didn't work so well so I removed it. But I just tried to use the Terminal to install something and it's all in Greek!!! Now while I can read some of it my skills are not that good and I need it back in English again... Quickly actually! How do I go about removing the Greek from my terminal? Everything else on my system is in English so I can't figure why the terminal is stuck there.

View 9 Replies View Related

General :: Key Stroke Combinations For Foreign Language Accents In Office?

Apr 12, 2010

In Windows Word there are combination key strokes to get language accents inserted in the text. How do you get the same thing in Office? I am trying to use foreign phrases in an English document.

View 2 Replies View Related

Programming :: BASH - Renaming Multiple Files In Foreign Language?

Mar 6, 2011

I have this cool bash script that I worked hard on. But it broke down when it can across files that had non-English characters. Another small problem was getting it to descend into a directory. If it renamed a directory it would not descend into that dir to rename the other files. I would have to run the script twice on the same directory.

Here is the script:
Code:
find -type d -o -regextype egrep -iregex '(.*.ogg|.*.mp3|.*.wav)' | while read s
do
rename -v 'y/A-Z/a-z/' "$s"
done
find -type d -o -regextype egrep -iregex '(.*.ogg|.*.mp3|.*.wav)' | while read n
do
rename -v 's/ /_/g' "$n"
done
A French name like this:

Code:
Chateau De Sable (imagine accents above the letter a)
became this:

Code:
ch303242tea_de_sable
This is not what I wanted.

Why would the script not descend into a directory after it was renamed?

View 7 Replies View Related

Ubuntu :: System->Admin->Language Support Missing In The Menu Editor

Jun 7, 2011

I have no menu entry for System->Admin->Language Support, and it is not present in the menu editor. Which package do I need to install to get this?

View 3 Replies View Related

Debian Configuration :: System > Administration > Language Support Is Missing

Jun 3, 2011

I am running Debian 6.0.1, GNOME version 2.30.2. For some reason the "language support" option is missing. What do I need to do in order to recover it?

View 3 Replies View Related

General :: Set English Language

Feb 22, 2010

I have installed Slackware 13 with language support and run it in init 4 mode (GUI, automatically start to KDE). When logout the menu is in arabic or some symbols that I don't understand. I try to set locale to English, but still the same symbols appear.I fix it. How can I delete this thread?

View 4 Replies View Related

Ubuntu :: Change All Os Menu To English Language?

Feb 24, 2010

i have installed xbuntu 9.10 as my car pc oswhen i installed it i choose Greek as default language. The problem is that some scripts i have found use the english menu and i would like to change all my os menu to English . i have installed a lot of packages... will efect them this change?

View 3 Replies View Related

Ubuntu :: Installing Non English Language With Uk Keyboard?

Jan 30, 2011

I have made several attempts to install Ubuntu with Russian or Dutch languages, but apart from one partial success with Russian the install seems to fail, is this muck on the DVD,a failing hard drive, or a conflict with the hardware, I speak Dutch and my son is learning Russian at A level.

View 4 Replies View Related

General :: Ubuntu : Errors In Terminal : Show Them In English Language?

Jan 20, 2011

i installed Ubuntu in italian language. Now I would like to see the error commands in english.For example if i write: $ mmmm

This is showed: mmmm: comando non trovato

I would like that mmmmm: command was not found is showed.

View 1 Replies View Related

General :: No Option Found To Boot Up OS Using English Language

Nov 1, 2010

I have downloaded and ran Austrumi-2.1.6 "Live CD" and although the OS booted up and connected to the Internet easily enough I just can't find the option to make the OS boot up using the English language. I must be missing something but can't figure out what?

View 5 Replies View Related

Software :: Change Gedit Language From Turkish To English?

Feb 20, 2010

I am using debian lenny, and gedit version 2.22.3. I just installed gedit, and gedit-plugins. Under Tools->Set Language, the option I have available to me is Turkish. Unfortunately the only I know is English, but that is not an option.

View 2 Replies View Related

OpenSUSE Install :: 11.3 Live Cd - Selecting The Spanish Language Instead Of English

Jul 26, 2010

I installed opensuse 11.3 with kde from cd selecting the Spanish language, but the system is in English.

View 2 Replies View Related

General :: [mod_edit]foreign Language Removed[/mod_edit]?

Jun 16, 2010

[mod_edit]foreign language removed[/mod_edit]

View 14 Replies View Related

Ubuntu Installation :: Language : Mixing The Spanish And The English After I Tried Removing The Spanish?

May 8, 2010

I just upgraded a 9.10 system to 10.04.The family that uses this computer speaks both English and Spanish. The 9.10 system used both fine; however the new 10.04 is broken. Mixing the Spanish and the English after I tried removing the Spanish (because everyone's account went to Spanish even if they had chosen English).I want to go 100% English, once it is working again, install the Spanish support again.

View 1 Replies View Related

Ubuntu Installation :: Can't Create Japanese Locale: Get A Segmentation Fault On Generating Locale?

Oct 13, 2010

Maverick 10.10 is unable to create Japanese locales on my wife's laptop (Acer Aspire 3000). This machine previously had no such problem. The install is a fresh install, since the machine froze during the upgrade (no fault of Ubuntu's). A possible complication is that it froze several times more during the install, and I have gone through many recovery boots and iterations of dpkg configure. All relevant packages are installed, I believe. Everything else works. Through System, Administration, Language Support, I have installed all components of English and Japanese. Currently English is selected. Japanese should appear in the list but does not. Japanese text appears properly, and I can write in Japanese,But all the menus are in English. Fine by me, but my wife will want Japanese when she uses the computer again (not soon).This mostly likely is a glibc/libc6 problem, as far as I can tell. I can't find any other Ubuntu user with this problem recently.And now, some outputs:1. dpkg-reconfigure locales

sudo dpkg-reconfigure locales
Generating locales...
en_AG.UTF-8... done

[code].....

View 1 Replies View Related

General :: Can't Differentiate System Language From Keyboard Language?

Apr 14, 2010

i recently got a french msi wind U100x running on linux suse enterprise 10 sp1. (i am french and wanted a light netbook with french keyboard)i am totally new to linux and i believe that msi wind is not helping.because i am more used to english for settings, i set the main language to english, but it seems that it automatically reconfigures my keyboard mapping to english as well, so that azerty becomes qwerty.i reset it back to french, so now my keyboard is french, but so is the system.is there a way to differentiate keyboard from main user setting language?

View 3 Replies View Related

Server :: Using Debootstrap To Install Foreign System

Feb 9, 2010

At work they gave me the following task (and i need some help from you guys!):At work we have a normal PC running Ubuntu 9.10 (32-bit), which works good.We also have a LaCie Ethernet Disk Mini v2, which runs embedded Linux (RedHat), but is so trimmed down, you can't use the disk we would like to use it.The task is this: On the X86 machine, make a bootable image for the ARM architecture and write it to a harddisk (which fits the LaCie offc.) so it can boot off it.Now i have done some investigation, but don't know how to combine it all:

- I can use debootstrap to create a minimal Debian system, but there comes the problem, you can't chroot into a foreign created system (i.e. X86 cannot chroot into ARM system).
- I can use QEMU, which can emulate a ARM processor, but can i use the image that QEMU uses as a normal image for a harddisk, so it would boot off it (when using dd to write it to a real harddisk)?
- Current kernels support the LaCie hardware (Marvell chipset)
- I know how to use tools such as dd, so if the image is generated i can write it to disk and have the LaCie boot from it.

The LaCie box has the following: 1 ARM9 ARMv5TEJ (266 MHz) CPU with 64 Mb RAM, Gigabit network controller and 1 usb host port, internal there is a sata port obviously.The only thing i want at the moment is to have the LaCie boot Debian and i can SSH into it, from there the rest is easy as pie.Is someone willing to help me accomplish this task? It would seriously mean and help alot!If all goes well and if i get all things up and running i would like to make a Howto of it and place that here, maybe it will be of some use !

View 4 Replies View Related

Ubuntu :: Greek Language Support

Oct 10, 2010

I see 10.10 manages languages like 10.04.

I am English but live in Greece and although "I get by" with Greek, I do not read it very well and certainly do not write it. Consequently, I need to have everything on my PC in English. No problem so far but I do need to enable writing in Greek on occasion as the missus and bairns are Greek and my favourite little translator, GWord, obviously needs it.

I installed Greek language support and this resulted in everything being in Greek and me having to talk the missus through getting it back in English (she has trouble with technical stuff, bless her).

Just enabling translation and/or fonts etc in Language Support has no effect whatsoever.

I just want to press Alt+Shift and type in Greek, Alt+Shift again to be back in English and see my GWord (running under Wine) displaying no gobbledegook!

View 1 Replies View Related

Slackware :: How To Set The System Locale

Mar 4, 2010

Where is the system locale set?When /etc/profile is run it sources /etc/profile.d/lang.sh which sets envar $LANG but /etc/profile is only used by login shells so -- AFAIK -- modifying $LANG in /etc/profile.d/lang.sh will not change the system locale for processes started by the boot scripts.There are no *locale* files under /etc./etc/inittab has nothing about locale.man init has nothing about locale.man 7 locale describes locale.h and its usage.man 5 locale describes the format of locale files./sbin/init (as investigated using the strings command) may call nl_langinfo but man nl_langinfo only describes how to query the locale, not where it is set.

View 6 Replies View Related

Debian Configuration :: Switch Between English And Japanese Input While Keeping An English Interface

Sep 23, 2010

I am learning japanese and I would like to be able to switch between english and japanese input while keeping an english interface. How would I achieve that? I am using KDE, by the way.

In the Kiten documentation I read that pressing Shift+Space would enable japanese input (built-in in Kiten, according to the documentation). But that does not seem to work in my system.

View 4 Replies View Related

Fedora :: Get A Package To Change Keyboard From English To Hangul / Korean And Back To English

Mar 24, 2009

i'm using Fecore Core 8, and i'm wondering how to get a package to change my keyboard from English to Hangul/Korean and back to English.

View 5 Replies View Related

Debian :: Add Japanese Language Support?

Sep 1, 2010

I've been looking for a way to add Japanese language support to Debian. I need to be able to type and read Japanese for school. I've asked my Linux professor, and he wasn't sure of how to do it... =p

Edit: I've just figured out how to do this. (All you have to do in install a Japanese font). The only problem is I can't seem how to figure out how to type using Romaji and have it convert to Kana automatically, rather than having it have a Japanese keyboard layout. For example, when I type "A", it should show up as ア, and when I enter "KA" it should show up as カ.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved