Update contrib.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
17 #ifndef __LANGUTIL_H__
18 #define __LANGUTIL_H__
28 static void GetDowngradePathL(const RFs& aFs, const TLanguage aCurrentLanguage, RArray<TLanguage>& aLanguageArray );
29 static void GetEquivalentLanguageList(TLanguage aLang, TLanguagePath& aEquivalents);
30 static TLanguage IdealLanguage();
31 static void NearestLanguageFile(const RFs& aFs, TFileName& aName);
32 static void NearestLanguageFile(const RFs& aFs, TFileName& aName, TLanguage& aLanguage);
33 static void NearestLanguageFileV2(const RFs& aFs, TFileName& aName, TLanguage& aLanguage);
34 static void ReleaseIdealLanguage();
35 static TInt SetIdealLanguage(TLanguage aLanguage);
38 #endif // end of __LANGUTIL_H