Culture is the combination of language and peculiarities of geographical location (like en-UK, en-US, de-AT, de-DE, fr-BE)
0
votes
1answer
680 views
telerik RadDatePicker culture
I have a simple telerik:RadDatePicker.
<telerik:RadDatePicker ID="dpDueDate" runat="server" Culture="English (United States)" Width="180px" BorderStyle="None">
<DateInput ...
0
votes
0answers
146 views
Sitecore Advanced Database Crawler and Partial Language Falback
We have ADC and Partial Language Fallback both implemented in our Sitecore installs. We have identified an issue which we are hoping somebody else has come across and can help us in resolving this ...
2
votes
1answer
263 views
Change UI culture in WinRT
Is it possible to change the UI Culture in WinRT on-the-fly? I've found ApplicationLanguages.PrimaryLanguageOverride = "en";, but this only works before showing the app UI and not afterwards (e.g. I ...
0
votes
1answer
80 views
how do I select to collations for sql server database?
I am working with a number of sql server 2012 databases that contain data from different languages. I have been reading up on such and have found getting the collations for the sql server databases ...
-1
votes
1answer
139 views
generate the Cyrillic and Arabic alphabet [closed]
I found this on stackoverflow as to how I generate the english/latin alphabet.
I would like the same as this but for the Cyrillic and Arabic alphabet - anyone know how I might create such with c#?
0
votes
1answer
148 views
Sitecore language search with Lucene.NET
I am using Alex Shyba's Advanced Database Crawler to index data from Sitecore and Lucene.NET queries to make search queries. I have it working solidly for the most part but having issues with the ...
0
votes
0answers
103 views
Culture name using underscore instead of dash
In C#, I can build resx files for various languages/cultures using the standing ISO naming convention (i.e., Strings.resx, Strings.en-GB.resx, Strings.fr.resx). When I compile, I get a corresponding ...
1
vote
2answers
152 views
C# string comparision 'ö' 'oe' 'o' [duplicate]
Possible Duplicate:
how to recognize similar words with difference in spelling
I am trying to get returned true while comparing these 3 strings:
'voest', 'vost' and 'vöst' (German culture), ...
1
vote
0answers
146 views
SQL Server datetime culture (localization) headache
SQL Server 2005. Visual Studio 2010. ASP.NET 2.0 Web Application
This is a web application that supports multiple languages, one of them is Korean. I have “langid” in the query string to ...
1
vote
1answer
277 views
Localize currency values in WPF GridView with different cultures for each row based on XAML bindings to culture name property
First time poster here but have been reading SO for ages and finally have run into a question that I've not been able to answer.
I've got a ListView hosting a GridView with multiple columns. One ...
1
vote
1answer
126 views
Setting a culture to use when instantiating an object through data binding
I am developping a small training ASP .Net web application.
I have developped an ASPX page where I have declared a FormView control linked to an ObjectDataSource through data binding.
The update ...
2
votes
0answers
90 views
French canadian in SharePoint 2010 control with Regional Settings?
is it possible to override the way a Literal or Localize control determines, which language should be used for localization?
We are currently in need to support fr-FR and fr-CA in two different ...
0
votes
1answer
226 views
VB.NET: Get native language name from LCID
I would like to get the native language name (for example "Deutsch (Deutschland)") for a given LCID.
So far I have only seen example where I had to set the CurrentThread's culture to this culture.
I ...
0
votes
0answers
75 views
using CultureAndRegionInfoBuilder to create a custom culture
I am using CultureAndRegionInfoBuilder to help create the custom CultureInfo. I have some questions around using this.
For example I create a custom culture "en-RU". Is it possible to set up on the ...
2
votes
1answer
93 views
can I get the text direction from the culture code?
If I have the culture code for a country/language combination, is it possible to from this, find the text direction.
For example for en-US how can I get from this that the text direction is left to ...
0
votes
1answer
55 views
culture locale make up
The following is the culture locale for Belgium with the french language: fr-BE
fr is the Two Letter ISO Language Name
But what is the correct term/name for the "BE" aspect of the culture local?
0
votes
2answers
160 views
Changing Culture Fails DateTime Conversion
Frustrating problem with DateTime, we have a section with a date picker on and if the culture is set to en-GB and the date is 01/11/2012 (dd/mm/yyyy) and then the culture is swapped to Chinese (zh-CN) ...
1
vote
3answers
110 views
Form will not submit when decimal numbers are entered
I have a problem with submitting forms when decimal numbers are present, to be precise if there is a number behind the decimal separator it wont submit. I am working with Asp.NET MVC3, Kendo UI and a ...
1
vote
2answers
436 views
How set the culture for fileupload (input file) control in ASP.NET
I encounter problem when changing culture (language) on my website. In fact all the controls correctly change language. But only controls "asp: FileUpload" do not change. The text description is ...
1
vote
0answers
56 views
different date format in different dlls
I am facing the datetime format issue where in one dll the datetime format is MM/dd/yyyy and when that value is passed to another dll there it expects the value to be in dd/MM/yyyy and hence cant ...
1
vote
3answers
724 views
creating custom CultureInfo for country, language combination
I am working on a .net 4.5 application that needs to be mult lingual supporting multi cultures etc.
The following is sample list of Countries/Languages
Russia / Russian
Belgium / French
Belgium / ...
0
votes
1answer
207 views
Resource file for en-GB locale doesn't load in C# application
I am setting the locale of my application using
Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-GB");
Thread.CurrentThread.CurrentUICulture = new ...
0
votes
2answers
301 views
Input string was not in a correct format. calling TimeSpan.FromSeconds(Convert.ToDouble(time)) in IE on Changing Culture
Hi i m using given below method to convert in to string its working fine chrome but in IE its through exception Input string was not in a correct format. at this line
s = ...
1
vote
3answers
771 views
JavaScript parseFloat in Different Cultures
I have a question about the default behavior of JavaScript's parseFloat function in different parts of the world.
In the US, if you call parseFloat on a string "123.34", you'd get a floating point ...
0
votes
1answer
140 views
Specify cultureinfo in XAML
I am developing a custom control for WinRT. I have a property with type CultureInfo. When I try to set this property in XAML, it shows following error.(But it shows possible values in intellisense.)
...
0
votes
1answer
116 views
Input decimal with commas in c#
i have a question
in Indonesia, we usually use 8,5 not 8.5
but when i write 8,5 in textbox it mean 85
how to solve it?
simply i want to change the dot with commas
0
votes
0answers
36 views
Nuget downloading only dlls
I'm developing a wpf application using blend behaviors downloaded with nuget. Package contains resources for all sort of cultures, that I don't need. Is there a way to download only dlls via nuget ...
4
votes
1answer
302 views
C# + StyleCop + MSBuild + Global culture settings failing to be picked up
I've got my C# project file set up to import a StyleCop.Targets project that runs all the StyleCop rules on build. This is great and I've got the project down to zero errors when compiling through ...
0
votes
2answers
83 views
What is the standard way to name a file based on CultureInfo?
Looking a recommendation for my criteria.
I need to create a file for different countries and looking at the best naming strategy for this.
I am working with .net 4.5. So example I need to create a ...
6
votes
1answer
114 views
Processing of mongolian names
There are several countries (Turkey, Mongolia, Kyrgyzstan etc.) where generally men's name can be without middlename and instead of it used words like "oglu, uulu" etc.
For example "Michael oglu ...
1
vote
1answer
116 views
Trouble With Static UICulture Setting and Implicit Localization
I’m playing with implicit localization on my Win7 box via VS2010 and something doesn’t quite seem right. I have a trivial page where I set the resourceKey of my GO Button to “bnGO”:
<%@ Page ...
0
votes
0answers
39 views
Where does the phrase “run code” or “run software” come from? Why “run”? [closed]
As the title says.
Where does the phrase "run code" or "run software" come from? Why "run"?
Posted the same question on StackExchange.
0
votes
0answers
92 views
Assembly resolve failed event fires when EF ObjectContext is created
I have found a strange thing. If you create an EF datacontext you get some assembly resolve failed events like this:
Any EF will do my sample has: var db = new NorthwindEntities();
...
2
votes
2answers
280 views
What is .NET assembly culture?
After searching on website I post this question. I am aware of the fact that by default assemblies are "culture neutral" and one can create satellite assemblies with only resources (and no code) with ...
0
votes
3answers
308 views
Sql Server: culture changed once i moved to another server. c# .NET
Recently I decided to move to another server. Now my application runs on different servers with different culture (IT and EN).
Everything worked fine but now i am facing many problems with date and ...
0
votes
0answers
103 views
CultureInfo in SQL Server data access
I've a WCF service which works like a charm, but after adding a custom 3rd party httphandler (ELMAH) all my SQL statements which include dates fail.
The dates are in danish format (dd-mm-yyyy) and ...
1
vote
2answers
275 views
How to change page culture using dropdownbox in login page?
I want to change lang in login and refresh page but in my combobox is null in InitialCulture function.
Code Behind :
protected void myLang_OnChange(object sender, EventArgs e)
{
...
1
vote
5answers
1k views
DateTime supported language for formatting?
DateTime let you format depending of the current culture. What are the culture supported by default?
The scenario I have in mind use this.Date.Value.ToString("MMMM") which will print "January" if the ...
1
vote
0answers
56 views
Determine and Change Office 2010 Culture?
I'm writing a business program for a hospital. In that every user should use specific culture and datetime witch is updated from the server. it is not VSTO app so i use Process class and track process ...
1
vote
4answers
357 views
converting double.NaN to the relevant culture in converter wpf
have a datatable which is being inserted with doubl.NaN when we dont have values.
What i want to do is whenever i see double.Nan i want to put "-" instead, therefore i have a converter with the ...
0
votes
2answers
318 views
How to globally set the culture in a WPF application (Windows XP)?
I have a WPF application that uses 3rd party controls (like http://navigationpane.codeplex.com) which also provide translated UI (German in particular, which is the default and only language of my ...
3
votes
2answers
2k views
CurrentCulture incorrectly defaulting to en-US in ASP.net
I have just migrated around 100 ASP.net sites from IIS 6 on Windows Sever 2003 to IIS 7 on Windows 2008. I've just noticed that various pieces of code that use things like DateTime.Parse have started ...
0
votes
0answers
135 views
Problems setting culture for OLEDB
I'm trying to fix a program that creates a csv file using the ACE OLEDB provider.
The problem is that I can't seem to be able to set the locale for the provider.
This is my connection string for the ...
0
votes
0answers
35 views
System culture/language modified after apllication instalation
I'm developing an application using C#.
When I installed the application my system culture was in English, so the application got installed in the folder "Program Files" (the folder installation can ...
1
vote
0answers
119 views
How to prevent compiler creating appname.resources.dll for a not more localized application?
I have a winform application written with vb2010.
I changed the "Language" property of a winform of my application to german, only for testing purpose. I built the application and in my \bin\debug ...
2
votes
1answer
593 views
Updating the date format in a DatePicker when the system date format is changed at runtime
I am working with a DatePicker in a WPF application. I want to change the date format of the DatePicker to the system date format.
This is the mail window:
<Window ...
0
votes
2answers
293 views
Render View to string using resources
I have resources (resx) files and view that I need to render for sending mail. I use this solution:
protected string RenderPartialViewToString(string viewName, object model)
{
if ...
0
votes
1answer
148 views
Time format in asp.net page
i use telerik RadDateTime control for insert date and time into one table of SQL Server DB. The problem is about what i see in browser:
when my grid is bind to the DB, it shows the cell containing ...
0
votes
1answer
167 views
Cultute error on Entity Framework 4.3.1
I have updated my project in EF 4.0 to EF 4.3.1.
However, when I create a new Context object, an exception is thrown:
Culture is not supported.
Parameter name: name
2.3.2 is an invalid culture ...
1
vote
1answer
421 views
set culture of individual WPF user control
I have written a user control which is not compatible with cultures other than "en-US". Also it is inevitable to embed this user control in an application with a culture which is not "en-US". So is it ...
