PDA

View Full Version : change my machine language



munna_dude
September 7th, 2007, 07:31 AM
hi all
how to change the my machine language...by programaticalyy..
and where is those files located in my machine
am using Ubuntu

can you please help me

thank you in advance

pmasiar
September 7th, 2007, 01:03 PM
are you changing also the CPU? :-)

cwaldbieser
September 7th, 2007, 01:31 PM
are you changing also the CPU? :-)

I think he means how can he change his LOCALE (English, French, Spanish, etc.).

munna_dude
September 7th, 2007, 04:46 PM
I think he means how can he change his LOCALE (English, French, Spanish, etc.).

yes it is eactly..

how can i change the language by programatically..
am develeping an application based on gui...
i would like to give the option like language selection...
is i change the language of my gui application... for example french ..
my gui application have to change the language french...

please help me

thank you in advance

Lster
September 7th, 2007, 05:01 PM
I thought you meant, change your computer architecture... :confused:

munna_dude
September 7th, 2007, 05:06 PM
I thought you meant, change your computer architecture... :confused:

not the computer architecture...
setting deferent languages to my gui application only....
not for cpu and coputer architecture....

please help me
thank you in advance

munna_dude
September 10th, 2007, 07:25 AM
is there any to help about this querry

Tomosaur
September 10th, 2007, 11:02 AM
is there any to help about this querry


If you are on Ubuntu (Gnome) - click System, then Administration, then 'Language Support'. Input your password, and you should be able to change the default language. I am not sure where the tool to do this is in KDE, but I assume it is in the KControl panel somewhere.

Hope that helps!

EDIT: Oh, you mean how to do this using your own code? Sorry, I can't help there! To change the setting system-wide, you will need to run the software as root. I think the standard practice is to just include the various translations in your software.

Soybean
September 10th, 2007, 01:42 PM
By the way, if you want to learn more about language settings in general (from a programming perspective), the key search terms are "internationalization" or "i18n".

That's about all I know on the subject, but I thought it might help. ;)