1<language 2 id="language" 3 languageinfo="en;zh" 4 locale="en"> 5 <lanstr 6 id="STR_LABEL1" 7 en="hiberry" 8 zh="黑莓"/> 9 <lanstr 10 id="STR_BUTTON1" 11 en="button1" 12 zh="按钮1"/> 13 <lanstr 14 id="STR_NUM1" 15 en="1" 16 zh="1"/> 17 <lanstr 18 id="STR_NUM2" 19 en="2" 20 zh="2"/> 21 <lanstr 22 id="STR_NUM3" 23 en="3" 24 zh="3"/> 25 <lanstr 26 id="STR_NUM4" 27 en="4" 28 zh="4"/> 29 <lanstr 30 id="STR_NUM5" 31 en="5" 32 zh="5"/> 33 <lanstr 34 id="STR_NUM6" 35 en="6" 36 zh="6"/> 37</language> 38 39<!-- 40 * Copyright (c) 2022 HiSilicon (Shanghai) Technologies CO., LIMITED. 41 * Licensed under the Apache License, Version 2.0 (the "License"); 42 * you may not use this file except in compliance with the License. 43 * You may obtain a copy of the License at 44 * 45 * http://www.apache.org/licenses/LICENSE-2.0 46 * 47 * Unless required by applicable law or agreed to in writing, software 48 * distributed under the License is distributed on an "AS IS" BASIS, 49 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 50 * See the License for the specific language governing permissions and 51 * limitations under the License. 52-->