Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
hosted/node/plugin-language-pack-service
PluginLanguagePackService
Class PluginLanguagePackService
Implements
LanguagePackService
Index
Constructors
constructor
Properties
storage
Methods
delete
Bundle
get
Bundle
store
Bundle
Constructors
constructor
new
PluginLanguagePackService
()
:
PluginLanguagePackService
Returns
PluginLanguagePackService
Properties
Protected
Readonly
storage
storage
:
Map
<
string
,
Map
<
string
,
LanguagePackBundle
>
>
= ...
Methods
delete
Bundle
deleteBundle
(
pluginId
:
string
,
locale
?:
string
)
:
void
Parameters
pluginId
:
string
Optional
locale
:
string
Returns
void
get
Bundle
getBundle
(
pluginId
:
string
,
locale
:
string
,
)
:
Promise
<
undefined
|
LanguagePackBundle
>
Parameters
pluginId
:
string
locale
:
string
Returns
Promise
<
undefined
|
LanguagePackBundle
>
store
Bundle
storeBundle
(
pluginId
:
string
,
locale
:
string
,
bundle
:
LanguagePackBundle
)
:
void
Parameters
pluginId
:
string
locale
:
string
bundle
:
LanguagePackBundle
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
storage
Methods
delete
Bundle
get
Bundle
store
Bundle
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...