Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type I18nServiceImpl ¶
type I18nServiceImpl struct { Providers []i18n.LanguageProvider //starter:inject(".") // contains filtered or unexported fields }
I18nServiceImpl ...
func (*I18nServiceImpl) Available ¶
func (inst *I18nServiceImpl) Available() []i18n.Language
Available ...
func (*I18nServiceImpl) GetResources ¶
func (inst *I18nServiceImpl) GetResources(l ...i18n.Language) i18n.Resources
GetResources ...
type ProviderImpl ¶
type ProviderImpl struct { AC application.Context //starter:inject("context") LangList string //starter:inject("${i18n.available.languages}") // contains filtered or unexported fields }
ProviderImpl ...
func (*ProviderImpl) Languages ¶
func (inst *ProviderImpl) Languages() []*i18n.LanguageRegistration
Languages ...
Click to show internal directories.
Click to hide internal directories.