Project
The final class which contains settings of ignoring history, audio sync delays….
Returns LViS project id.
uuid: String
Returns flag that localisation is supported.
isLocalisationSupported: Bool
Returns list of supported locales.
locales: [Locale]
Returns code of default language.
getDefaultLanguage() -> String?
Sets current language.
func setCurrentLanguage(languageCode: String)
Returns code of current language.
func getCurrentLanguage() -> String?
Returns current locale, based on current language, or default code
var currentLocale: Locale?
To get names of languages please use
var localesLanguage: [String]
To access list of locales without current one, use the following property:
var localesWithoutCurrent: [Locale]
Last modified 4yr ago