Articles in this section

How to localize our data cube

The local cube which has been used in our OlapClient can be localized. Please refer the below steps to know how to localize.

  1. Translate the data cube to local language. The following are the links which can be refer to localize the data cube.

http://www.ssas-info.com/VidasMatelisBlog/37_customizing-object-names-in-analysis-services-database-using-translations

http://social.msdn.microsoft.com/Forums/en-IE/sqlanalysisservices/thread/48a9ed27-5d70-4691-aa59-37886368b8e0

http://msdn.microsoft.com/en-us/library/ms174798(v=sql.90).aspx

  1. Set the local language as current culture in the constructor of OlapManager.svc.cs file (Please refer the following code snippet for French).

C#

public OlapManager()
{
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("fr-FR");
string connectionString = "Data Source =localhost;Initial Catalog = Adventure Works DW 2008 SE";//GetConnectionString();
_dataManager = new OlapDataProvider(connectionString);
} 
 

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied