C1Olap has built-in localization support for many languages. The localization relies on the .NET 2.0 localization mechanism using satellite dlls. When you build your C1Olap applications, the resulting project will contain folders named after each of the supported languages:
ar: Arabic |
fr: French |
pt: Portuguese |
cs: Czech |
he: Hebrew |
ru: Russian |
da: Danish |
it: Italian |
sk: Slovak |
de: German |
ja: Japanese |
sv: Swedish |
el: Greek |
nl: Dutch |
tr: Turkish |
es: Spanish |
no: Norwegian |
zh-Hans: Chinese |
fi: Finnish |
pl: Polish |
|
Within each folder, there is a satellite assembly named "C1.Silverlight.Olap.4.resources.dll" containing the localized resources for the corresponding language.
At runtime, .NET checks the value of the current thread's "CurrentUICulture" and selects the appropriate resource dll.
If you need localization for other languages, please contact us and we will be happy to add the required satellite dlls.