1. Grammatical errors we will correct. Please send a new text.
2. Culture is taken from the default settings OS. Ranet OLAP supported Culture:
private void Application_Startup(object sender, StartupEventArgs e)
{
//Latin Supported Cultures
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-US");
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("pt");
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("it");
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("de");
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("es");
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("fr");
//Cyrillic Supported Cultures
//System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("ru");
//System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo("ru");
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("be");
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("uk");
//Chinese Mandarin Culture
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN");
RootVisual = new Page();
}
You can change it.
3. Send your suggestions to the size of the text and design of the windows, we will consider them.
Best regards,
Ranet Dev Team
mounika.atmakur
Hi,
Could you please explain me in detail where i need to change the code for different language .
PetrAgent
Hi Mounika!
Please see source code …\UITest.Silverlight\App.xaml.cs (in the sample solution “C:\Users\Public\Documents\Ranet.UILibrary.Olap-3.1 Samples\UILibrary.Olap\Cs\Ranet.UILibrary.Olap.Samples.sln”)
public partial class App
//Uncomment line:
private void Application_Startup(object sender, StartupEventArgs e)
{
//Latin Supported Cultures
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(“en-US”);
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(“pt”);
//System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(“it”);
….
Best regards,
Ranet Dev Team
mounika.atmakur
Thanks Peter!!
I will text you the changes in Pop up messages after the confirmation with my lead.
mounika.atmakur
Hi Peter,
We want pop up and tool tip messages modification as per our requirement .This change is so trivial for us ,so we need as early as possible .I attached the screenshots below.
Please do needful, Thanks in advance.
Am unable to send more screen shots in this reply so am sending another reply with remaining attachments.
old: Current cell is not defined (is not in focus).
new: Please select any cell to copy to clipboard.
old: All unsaved changes will be lost. Close '{0}' anyway?
new: Any unsaved changes on the sheet '{0}' will be lost. Do you want to continue?
old: Current query setting will are lost when change cube. You want to save settings?
new: Current query settings will be lost if moved. Do you want save settings?