FontData.getLocale

Returns the locale of the receiver. <p> The locale determines which platform character set this font is going to use. Widgets and graphics operations that use this font will convert UNICODE strings to the platform character set of the specified locale. </p> <p> On platforms where there are multiple character sets for a given language/country locale, the variant portion of the locale will determine the character set. </p>

@return the <code>String</code> representing a Locale object @since 3.0

class FontData
String
getLocale
(
)

Meta