Class std.rt.Locale
Synopsis
public static class Locale
Handles locale-specific information.
Fields
Constructors
Methods
Read the specified locale key from the specified group. If no such key exists in the group, or if the group itself does not exist, returns the third argument.
Arguments
group | The locale information group to read from. |
---|---|
key | The key to read from the group. |
def | The default to return if the information is not available. |