Upgrade from v1.x.x

v2 of the plugin is not compatible with older v1 versions.

The following steps need to be made to upgrade the plugin:

Completely delete the old folders from GleyPlugins folder: About, Common & Localization

Replace the old GleyLocalization.Manager

With the new API: Gley.Localization.API

Example:

//old
GleyLocalization.Manager.GetCurrentLanguage();

//new
Gley.Localization.API.GetCurrentLanguage();

Last updated