<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: locale in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578432#M920153</link>
    <description>There should be a file /etc/rc.config.d/LANG where you can set the default locale value for your machine.  This &lt;BR /&gt;file get sourced by all the rc scripts.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Wed, 12 Sep 2001 16:51:18 GMT</pubDate>
    <dc:creator>Santosh Nair_1</dc:creator>
    <dc:date>2001-09-12T16:51:18Z</dc:date>
    <item>
      <title>locale</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578427#M920148</link>
      <description>How do i change the locale from C to SV_se ? running HP-UX 10.20.</description>
      <pubDate>Wed, 12 Sep 2001 14:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578427#M920148</guid>
      <dc:creator>jim bidebo</dc:creator>
      <dc:date>2001-09-12T14:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: locale</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578428#M920149</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do a man of env, you will see things about the variable LANG...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 12 Sep 2001 14:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578428#M920149</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-09-12T14:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: locale</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578429#M920150</link>
      <description>Hi Jim:&lt;BR /&gt;&lt;BR /&gt;You can do the following:&lt;BR /&gt;&lt;BR /&gt;# LANG=sv_SE.iso885915@euro&lt;BR /&gt;&lt;BR /&gt;To see available locales, type:&lt;BR /&gt;&lt;BR /&gt;# locale -a&lt;BR /&gt;&lt;BR /&gt;To view your current settings, enter:&lt;BR /&gt;&lt;BR /&gt;# locale&lt;BR /&gt;&lt;BR /&gt;To return to the POSIX default, enter:&lt;BR /&gt;&lt;BR /&gt;# LANG=C&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Sep 2001 14:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578429#M920150</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-12T14:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: locale</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578430#M920151</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can change the locale variable by setting the value of LANG to the desired language.&lt;BR /&gt;&lt;BR /&gt;locale &lt;BR /&gt;(without any options gives your present values)&lt;BR /&gt;&lt;BR /&gt;locale -a &lt;BR /&gt;(gives all options available to you)&lt;BR /&gt;&lt;BR /&gt;To set your value to SV_se&lt;BR /&gt;try setting your LANG variable to SV_se&lt;BR /&gt;export LANG=se_SV.iso88591&lt;BR /&gt;&lt;BR /&gt;For more on locale do a "man 1 locale"&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Wed, 12 Sep 2001 14:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578430#M920151</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-12T14:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: locale</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578431#M920152</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;even in HPUX10.20 there is a file in "/etc/rc.config.d/"&lt;BR /&gt;where the environment variable $LANG is set...&lt;BR /&gt;&lt;BR /&gt;Do a grep LANG /etc/Rc.config.d/* and modify that file&lt;BR /&gt;in the way the others told you.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2001 16:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578431#M920152</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-09-12T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: locale</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578432#M920153</link>
      <description>There should be a file /etc/rc.config.d/LANG where you can set the default locale value for your machine.  This &lt;BR /&gt;file get sourced by all the rc scripts.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 12 Sep 2001 16:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locale/m-p/2578432#M920153</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-12T16:51:18Z</dc:date>
    </item>
  </channel>
</rss>

