Hi, Now this could be a feature or bug yet I would like to get this to work the way I want to. I am using KDE with Country Turkey; Language English Charset iso8859-9. Now this way I can type and display the turkish characters properly. However YAST2 is just looking to the LANG of the environment I set in .bashrc and wants to display the menus in Turkish (although it is integrating to KDE it does use KDE settings). Is there a way to get YAST2 to work in English (or to follow the orders of KDE not .bashrc) If thre is not a way I do not consider this as a feature :( This is what I have in .bashrc # KDE wants LANG to be tr export LANG=tr # I want messages in English export LC_MESSAGES=en_US # Order of letters must be Turkish export LC_COLLATE=tr_TR.ISO-8859-9 #Sorting is better with C or POSIX export LC_CTYPE=C #time I can live with POSIX export LC_TIME=C export _XKB_CHARSET=iso8859-9 -- Togan Muftuoglu