Skip to main content

Introduction

This class provides localization services

Fields#

NameDescription
On Language ChangedEvent raised whenever current language changes
On Settings ChangedEvent raised whenever settings change

Properties#

NameDescription
BundleAssetNameName of the asset containing the localization data inside of the specified BundleName
BundleNameName of the AssetBundle to load when retrieving localization data
BundleURLURL used to download bundle updates
CurrentLanguageLanguage currently selected for localization
DefaultLanguageLanguage to use by default
EncodingText encoding used in localization data
FilenameRelative path to resource file
InitializedReturns the initialized state of the system
LanguagesReturns a list of languages known to the system
LookupModeDetermines how lookup data is accessed
SourceTypeSource type of localization data

Methods#

NameDescription
InitializeInitialize localization
GetFormattedStringReturns a localized string replacing [entry:ID] with localized entries
GetStringReturns localized string from a specific entry key