Giter Club home page Giter Club logo

Comments (6)

rcdmk avatar rcdmk commented on June 11, 2024

Hi.

This error means your server doesn't have the English (en-US) LCID available.

As per MSDN website, you have to enabled this through Regional and Language options:

The locale group has to be installed on the Web server before its locale identifier can be specified in a Web page or application. Use the Regional and Language Options control panel application to install locale groups.

On hosting providers where servers are set to English, this will work out of the box and you will not have any problems.

from aspjson.

marceloanuch avatar marceloanuch commented on June 11, 2024

from aspjson.

rcdmk avatar rcdmk commented on June 11, 2024

Hi Marcelo.

I'm from Brazil and my home language is Portuguese. I can understand some words in Spanish, but I prefer to use English if you don't mind.

These 2 lines are in correct order.
The goal is to get the current server LCID, store it, change it to en-US and restore it to the original value after the operations.

The lib works on my machine and many servers I've tried.

Please, try the following, one at a time, alone:

  • Add a page declaration to the page you are getting this error on <@ LCID="1033" @>
  • Set Session.LCID = 1033 before using the class
  • Set the default LCID setting on IIS ASP options

Best.

from aspjson.

marceloanuch avatar marceloanuch commented on June 11, 2024

from aspjson.

rcdmk avatar rcdmk commented on June 11, 2024

Hi again.

Hum... I will take a look at the default property problem (#32) and close this issue.

from aspjson.

marceloanuch avatar marceloanuch commented on June 11, 2024

from aspjson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.