Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.ui.workbench.base/OSGI-INF/services/localechangeservice.xml')
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.workbench.base/OSGI-INF/services/localechangeservice.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.workbench.base/OSGI-INF/services/localechangeservice.xml b/bundles/runtime/org.eclipse.fx.ui.workbench.base/OSGI-INF/services/localechangeservice.xml
new file mode 100644
index 000000000..4dccc5c27
--- /dev/null
+++ b/bundles/runtime/org.eclipse.fx.ui.workbench.base/OSGI-INF/services/localechangeservice.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.ui.workbench.base.localechangeservice">
+ <implementation class="org.eclipse.fx.ui.workbench.base.internal.FixedLocaleChangeServiceCF"/>
+ <property name="service.ranking" type="Integer" value="1"/>
+ <property name="service.context.key" type="String" value="org.eclipse.e4.core.services.nls.ILocaleChangeService"/>
+
+ <service>
+ <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
+ </service>
+</scr:component>

Back to the top