mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
make method public
This commit is contained in:
parent
31df12747b
commit
c9239fc921
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class DictLangCache {
|
|||
return code;
|
||||
}
|
||||
|
||||
private static String getLangName( Context context, String name )
|
||||
public static String getLangName( Context context, String name )
|
||||
{
|
||||
int code = getLangCode( context, name );
|
||||
return getNamesArray(context)[code];
|
||||
|
|
Loading…
Add table
Reference in a new issue