Internationalization
Internationalization
This module provides internationalization functionality within the application.
Importing Modules
import i18n from '@system.i18n'
API
getLanguage
Gets the language settings of the current application. The return value is a string representing the current language code, such as 'zh-CN', 'en-US', etc.
