MyLocaleHelper extension

An extension on the Locale class to provide helper methods for checking the language of a locale.

on

Properties

isEnglish bool

Available on Locale, provided by the MyLocaleHelper extension

Checks if the locale is English.
no setter
isJapanese bool

Available on Locale, provided by the MyLocaleHelper extension

Checks if the locale is Japanese.
no setter
isKorean bool

Available on Locale, provided by the MyLocaleHelper extension

Checks if the locale is Korean.
no setter
isVietnamese bool

Available on Locale, provided by the MyLocaleHelper extension

Checks if the locale is Vietnamese.
no setter