PluginLocale

Namespace: uModPlugins

Assembly: uMod.Core.dll

Inheritance Object PluginLocale

Summary

PluginLocale helper class Created with each plugin to simplify Locale provider handling

Constructors

Name

Summary

PluginLocale (Plugin)

Properties

Name

Summary

Count

Number of locales associated with plugin

Methods

Name

Summary

Clear ()

Delete all language files for plugin

GetLocale<T> ()

Get the locale provider for the specified plugin

GetLocale<T> (String)

Get the locale provider of the specified language for the plugin

GetLocale (String)

Get the locale provider of the specified language for the plugin

GetLocale<T> (IPlayer)

Get the locale provider for the specified player

GetLocale (Type, String)

Gets the locale provider for the specified language

GetLocale (Type, IPlayer)

Gets the locale provider for the specified player

GetLocaleNames ()

Get locale names

GetLocales (Type, IEnumerable<String>)

Gets a dictionary of locales for the specified languages

Register (ILocale)

Registers a locale set for the plugin