banner

UserInfo.get_FuriganaName method

Returns the furigana version of the end user's name that is stored in the UserInfo object.

The Japanese writing system comprises two different types of characters, kana and kanji. Each kana character has a specific pronunciation.

Individual kanji characters often have more than one pronunciation, and each pronunciation has a different meaning. Kanji characters are often augmented with tiny kana characters written above or next to the kanji characters to indicate the correct pronunciation of the word. Kana used in this way is called furigana.

Syntax

sFuriganaName = window.external.UserInfo.get_FuriganaName();

Parameters None
Return Values String. The value of the furigana version of the end user's name that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strFuriganaName = window.external.UserInfo.get_FuriganaName();
Comments See also UserInfo.get_FirstName, UserInfo.get_LastName, and UserInfo.set_FuriganaName.