Create CultureInfo of ti-et
-
Saturday, September 01, 2012 12:42 PM
Hi,
I have a program using
ResourceManager.GetString
to load strings in different language like:
CultureInfo info = CultureInfo.CreateSpecificCulture("en-us"); resourceManager.GetString("SomeTextName", info);For "ti-et", CreateSpecificCulture throws Culture not supported exception.
"ti" is Tigrinya.
Is there some workaround to create CultureInfo of "ti-ET"?
OS is windows 2008 server R2. .Net framework 4.0.
QC
All Replies
-
Sunday, September 02, 2012 7:08 AM
Hi QC,
Please check out his link:
http://www.koders.com/csharp/fidC5A2DBBAC664532A0EA499E3C27B80BAB7B5BBB1.aspx
Regards, http://www.shwetalodha.blogspot.in/
-
Sunday, September 02, 2012 7:12 AM
Hi QC,
You can also check this
Regards, http://www.shwetalodha.blogspot.in/
- Marked As Answer by Mike FengMicrosoft Contingent Staff, Moderator Monday, September 03, 2012 10:08 AM
- Unmarked As Answer by Andreas Cui Monday, September 03, 2012 10:39 AM
- Marked As Answer by Andreas Cui Sunday, November 04, 2012 2:07 AM
-
Sunday, September 02, 2012 1:46 PM
thanks Shweta,
It seems the sample code implemented the whole CultureInfo and string reading. I will read more about it.
If "ti-ET" is not supported by .Net framework at all, can I still use the ResourceManager.GetString()? Is there a list of supported locale? Is there some "ti-XX" locale that .net framework supports?
Thanks in advance.
-QCQC
-
Sunday, September 02, 2012 1:47 PMYes. I'm using the factory.
QC

