pub fn get_language_text(section: &str, text: &str) -> StringExpand description
現在の言語設定で定義されているテキストを取得する。
get_language_text_strictと異なり、テキストにnull byteが含まれている場合は元のテキストを返却します。
pub fn get_language_text(section: &str, text: &str) -> String現在の言語設定で定義されているテキストを取得する。
get_language_text_strictと異なり、テキストにnull byteが含まれている場合は元のテキストを返却します。