Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » GetLanguageCode
Re: GetLanguageCode [message #19686 is a reply to message #19685] Mon, 05 January 2009 19:59 Go to previous messageGo to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Maybe use this code:
String s = String("MyProject/src/"+Topic+"$") + String(ToLower(LNGAsText(GetCurrentLanguage()& 0xfffff)));


But I use extended form of help request
Vector<String> Topic = Split(topic, '#'); 
String s = String("MyProject/help/"+Topic[0]+"$") + String(ToLower(LNGAsText(GetCurrentLanguage()& 0xfffff)))+"#"+String(Topic[1]);


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to add ISO10646 charset?
Next Topic: GetNativeLangName returns English for non-english languages
Goto Forum:
  


Current Time: Wed May 15 09:32:38 CEST 2024

Total time taken to generate the page: 0.02551 seconds