static String? getPocString(int code){ String? str=null; if(code<_pocStringKey.length){ String key=_pocStringKey[code]; str=getTranslation(key); } return str; }