CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 05:25:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080301235440
location: https://web.archive.org/web/20080301235440/https://java.sun.com/developer/codesamples/int.html
server-timing: captures_list;dur=0.458300, exclusion.robots;dur=0.018135, exclusion.robots.policy;dur=0.008486, esindex;dur=0.009291, cdx.remote;dur=12.642464, LoadShardBlock;dur=165.420273, PetaboxLoader3.datanode;dur=70.091899, PetaboxLoader3.resolve;dur=57.056315
x-app-server: wwwb-app221
x-ts: 302
x-tr: 205
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 05:25:26 GMT
content-type: text/html
x-archive-orig-server: Sun-Java-System-Web-Server-6.1
x-archive-orig-date: Sat, 01 Mar 2008 23:54:39 GMT
x-archive-orig-last-modified: Mon, 17 Dec 2007 23:44:47 GMT
x-archive-orig-accept-ranges: bytes
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Sat, 01 Mar 2008 23:54:40 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 17 Dec 2003 15:41:43 GMT", ; rel="prev memento"; datetime="Fri, 25 Jan 2008 20:03:23 GMT", ; rel="memento"; datetime="Sat, 01 Mar 2008 23:54:40 GMT", ; rel="next memento"; datetime="Wed, 26 Mar 2008 00:07:40 GMT", ; rel="last memento"; datetime="Wed, 10 Aug 2011 12:31:40 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_2_20080301230750_crawl107-c/52_2_20080301235321_crawl104.arc.gz
server-timing: captures_list;dur=1.248341, exclusion.robots;dur=0.019949, exclusion.robots.policy;dur=0.009507, esindex;dur=0.010757, cdx.remote;dur=96.671293, LoadShardBlock;dur=502.757095, PetaboxLoader3.datanode;dur=208.152927, PetaboxLoader3.resolve;dur=489.530144, load_resource;dur=250.560487
x-app-server: wwwb-app221
x-ts: 200
x-tr: 899
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Internationalization & Localization Code Samples
![]() |
Code sample
Internationalization & Localization Code Samples
With the Java programming language, it is possible to internationalize and localize your programs. Internationalization is the process of designing an application so it can be adapted to various languages and regions without engineering changes. Localization is the process of adapting software for a specific region or language by adding locale-specific components and translating text. Formatting
| ||||
![]() |
|