Setting Culture for language that is not supported

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi,

I'm living in East Timor these days, and working on a asp.net project. They
have 2 languages spoken here, Tatum, and Portugese. I can see the portugese
"culture name" in the documentation but Tatum is not mentioned there. And so
if I try to make a resources file and name it something that is not
available (say Resources.tet-ET.resx), I get following error and the website
doesnt compile and wont run.
error CS0101: The namespace 'Resources' already contains a definition for
'Resource'
 
I would guess a custom localization provider is the best option here. The
other would be a third party localization framework, but I am not sure if
there is one.

--
Gregory A. Beamer
MCP: +I, SE, SD, DBA

*********************************************
| Think outside the box!
|
*********************************************
 
Hi,

thanks for the answer and sorry I could not complete the post and
accidentally hit some key combination that submitted it!

So please give some pointers on the custom localization.

thanks.
 
Back
Top