Questions tagged [uiculture]

The UICulture is a property used to determine the localized resource file from which page resources are loaded. The UICulture is not to be confused with the Culture property which affects the results of functions such as date, number, and currency formatting. This property is mainly used within ASP.NET based web applications but similar features exist in other languages.

Wisdom from the Stack

Useful links

49 questions
0
votes
0 answers

TXTEXTCONTROL set language

I've been testing out the TXTEXTCONTROL and I cna't find how to change ui culture or set language in the component with javascript. Can anyone help?
0
votes
1 answer

How to set the culture globally in umbraco?

I have umbraco application with two language(Dutch & English). I have set the culture in every view file(.cshtml). After searching the google i found the piece of code to set the culture globally. but it's not working for me. I struggling in…
Arun Kumar
  • 1,449
  • 1
  • 17
  • 33
0
votes
0 answers

Hide culture from app id display in toast notification

Just had the last hours looking for an answer but couldn't find out, so I have no choice but to ask it. I have a C# app which pops up toast notification. Within these, I've used "appOverrideLogo" to change the displayed image, so the toast shows the…
0
votes
0 answers

Problems with default behavior of culture of ModelBinder

I'm developing from Brazil. Here, the default number format is, by example, "1.000,00" (dots instead of commas, and vice-versa). My problem is with the default settings for MVC Core 2. Just create a default ASP.Net MVC Core Web App, create a model…
Click Ok
  • 8,700
  • 18
  • 70
  • 106
0
votes
1 answer

Modify InstalledUICulture in c#

Is there a way to change InstalledUICulture from English to Germany in test? var groups = new ObservableDictionary(vm => vm.Name.ToString(CultureInfo.InstalledUICulture)); var isGroupExists =…
0
votes
1 answer

ConvertTo-CSV -UseCulture ignores current thread's culture

Question Is it possible to force PowerShell to export to CSV in French format when run in a Windows Session with en-GB culture? More Info I'm hoping to export some data to CSV using the French culture rules (i.e. CSV's delimiter set to semicolon,…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
0
votes
1 answer

wpf converter culture != en-US

Hi I have a really strange effect here: I have a main window, which content is filled with a complete visual tree containing the form presentation. First form to show is the Parent form, which allows to call a child form. When I load the child…
klawusel
  • 681
  • 1
  • 6
  • 19
0
votes
1 answer

Culture Resource Manager

Problem I am trying to implement a system in my program to switch language. I found out that i can use CultureInfo and ResourceManager to achieve that. I built up this code after a couple of hours having problem with the resource not found, finally…
LifeRewind
  • 19
  • 6
0
votes
1 answer

Setting culture for date format in label

How to set the culture correctly so that the Label's content is "seg" (Monday in Brazilian Portuguese)? Setting ConverterCulture for the TextBlock Text binding changes it to pt-BR, but setting ConverterCulture for the Label's Content Binding does…
Adrian S
  • 514
  • 7
  • 16
0
votes
1 answer

Return to Current Culture when clicking any button in ASP.NET

All works fine when select any of the language in my login page through Corporation page but when I click any button in Corporation Page it returns in Default language(English).I want to maintain it in the language I chose Please help. …
user4384210
0
votes
1 answer

Changing the culture and ui culture on the site only updates one field

I am having an issue where changing the culture and UI culture dynamically by performing a button click to change the language on the website (http://cptestlocalisation.azurewebsites.net) does not change "all" my resx fields (only one field changes…
Zen Pak
  • 578
  • 6
  • 22
0
votes
1 answer

Set a culture on c# backend page

I'm trying to set the culture and culture ui in the Page_Load of a .aspx.cs page. I have tried Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("fr-CA"); and CultureInfo ci = new…
starvator
  • 989
  • 1
  • 11
  • 26
0
votes
1 answer

How to set uiculture for AjaxControl

I have an asp.net application that is entirely in the Dutch language (Culture and UICulture) This is set in the header of the aspx: <%@ Page Language="vb" AutoEventWireup="false" UICulture="nl" Culture="nl-NL"…
real_yggdrasil
  • 1,213
  • 4
  • 14
  • 27
0
votes
2 answers

display new Indian rupee symbol instead of Rs. in .net mvc project

In my .net MVC Web application I am using to for Indian currency and date. But problem is that it displays Rs. 2,000.00 but I want it to display 2,000.00 For displaying purpose I can simply use…
blue
  • 568
  • 3
  • 10
  • 30
0
votes
1 answer

unable to get changed culture value

i am not able to get changed culture value.i have drowdownlist .After changing of dropdown value my culture is going to change.but everytime i am geting english culture value.please let me know how to get value as per culture changed. below is my…
user2717258
  • 46
  • 3
  • 11