The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE2:Locale (UT2004)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
m (added description)
 
Line 3: Line 3:
 
| parent1 = Object
 
| parent1 = Object
 
}}
 
}}
{{autogenerated}}
+
Like the {{cl|Time}} class, Locale doesn't actually contain any implementation. [[UnrealScript]] does not have actual [[wp:locale|locale]] support, i.e. there's no central place for looking up locale-specific information like date formats.
/ Locale: Locale management class.
+
 
/ Not yet implemented.
+
If you only want to provide different data or content for other languages, you can use the built-in [[localization]] features.
/ This is a built-in Unreal class and it shouldn't be modified.
+

Latest revision as of 03:58, 6 December 2008

UT2004 Object >> Locale
Package: 
Core
This class in other games:
RTNP, U1, UT, UE2Runtime, UT2003, U2, U2XMP

Like the Time class, Locale doesn't actually contain any implementation. UnrealScript does not have actual locale support, i.e. there's no central place for looking up locale-specific information like date formats.

If you only want to provide different data or content for other languages, you can use the built-in localization features.